r5494 - trunk/varnish-cache

tfheen at varnish-cache.org tfheen at varnish-cache.org
Wed Nov 3 09:18:58 CET 2010


Author: tfheen
Date: 2010-11-03 09:18:58 +0100 (Wed, 03 Nov 2010)
New Revision: 5494

Modified:
   trunk/varnish-cache/Makefile.am
Log:
Work around man pages being rebuilt unnecessarily making distcheck fail

Add distcleancheck_listfiles to work around BSD make wanting to
rebuild to man pages even though they are in the source directory.



Modified: trunk/varnish-cache/Makefile.am
===================================================================
--- trunk/varnish-cache/Makefile.am	2010-11-03 08:16:36 UTC (rev 5493)
+++ trunk/varnish-cache/Makefile.am	2010-11-03 08:18:58 UTC (rev 5494)
@@ -21,3 +21,6 @@
 	  exit 1 ; \
 	fi
 
+distcleancheck_listfiles = \
+	find . -type f -exec sh -c 'test -f $(srcdir)/$$1 || echo $$1' \
+		sh '{}' ';'




More information about the varnish-commit mailing list