[DRBD-cvs] svn commit by phil - r2316 - trunk - Lars' last second fix.

drbd-cvs at lists.linbit.com drbd-cvs at lists.linbit.com
Mon Jul 31 16:26:47 CEST 2006


Author: phil
Date: 2006-07-31 16:26:46 +0200 (Mon, 31 Jul 2006)
New Revision: 2316

Modified:
   trunk/Makefile
Log:
Lars' last second fix.


Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2006-07-31 13:45:42 UTC (rev 2315)
+++ trunk/Makefile	2006-07-31 14:26:46 UTC (rev 2316)
@@ -111,8 +111,8 @@
 .PHONY: .filelist
 .filelist:
 	@ svn info >/dev/null || { echo "you need a svn checkout to do this." ; false ; }
-	@find $$(svn st -v | sed '/^?/d;s/^.\{8\} \+[0-9]\+ \+[0-9]\+ [a-z]\+ *//;$(if $(PRESERVE_DEBIAN),,/^debian/d)' ) \
-	\! -type d -maxdepth 0 |\
+	@find  $$(svn st -v | sed '/^?/d;s/^.\{8\} \+[0-9]\+ \+[0-9]\+ [a-z-]\+ *//;$(if $(PRESERVE_DEBIAN),,/^debian/d)' ) \
+	-maxdepth 0 \! -type d |\
 	sed 's#^#drbd-$(DIST_VERSION)/#' > .filelist
 	@[ -s .filelist ] # assert there is something in .filelist now
 	@find documentation -name "[^.]*.[58]" -o -name "*.html" | \



More information about the drbd-cvs mailing list