[DRBD-cvs] svn commit by lars - r2506 - branches/drbd-0.7 - new find is so intelligent that it thinks I am stupid..

drbd-cvs at lists.linbit.com drbd-cvs at lists.linbit.com
Wed Oct 4 12:02:31 CEST 2006


Author: lars
Date: 2006-10-04 12:02:30 +0200 (Wed, 04 Oct 2006)
New Revision: 2506

Modified:
   branches/drbd-0.7/Makefile
Log:
new find is so intelligent that it thinks I am stupid... turn off the noise

Modified: branches/drbd-0.7/Makefile
===================================================================
--- branches/drbd-0.7/Makefile	2006-10-04 09:57:57 UTC (rev 2505)
+++ branches/drbd-0.7/Makefile	2006-10-04 10:02:30 UTC (rev 2506)
@@ -112,7 +112,7 @@
 .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 |\
+	-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