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, 4 months ago) by misho
Branches: strongswan, MAIN
CVS tags: v5_9_2p0, v5_8_4p7, HEAD
Strongswan

    1: EXTRA_DIST = do-tests make-testing ssh start-testing stop-testing \
    2:              testing.conf ssh_config config hosts images scripts tests \
    3: 			 README
    4: 
    5: # exclude all files ignored by Git from the tarball
    6: dist-hook:
    7: 	if git -C $(srcdir) ls-files --error-unmatch hosts > /dev/null 2>&1; then \
    8: 		find $(abs_srcdir)/hosts $(abs_srcdir)/tests -print0 | \
    9: 			sed -z -e "s|^$(abs_srcdir)/||" | \
   10: 			git -C $(srcdir) check-ignore -z --stdin | \
   11: 			xargs -0 -I{} rm -rf $(distdir)/{}; \
   12: 	fi

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