File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / testing / Makefile.am
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 09:46:45 2020 UTC (4 years ago) by misho
Branches: strongswan, MAIN
CVS tags: v5_9_2p0, v5_8_4p7, HEAD
Strongswan

EXTRA_DIST = do-tests make-testing ssh start-testing stop-testing \
             testing.conf ssh_config config hosts images scripts tests \
			 README

# exclude all files ignored by Git from the tarball
dist-hook:
	if git -C $(srcdir) ls-files --error-unmatch hosts > /dev/null 2>&1; then \
		find $(abs_srcdir)/hosts $(abs_srcdir)/tests -print0 | \
			sed -z -e "s|^$(abs_srcdir)/||" | \
			git -C $(srcdir) check-ignore -z --stdin | \
			xargs -0 -I{} rm -rf $(distdir)/{}; \
	fi

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>