[DRBD-cvs] r1656 - branches/drbd-0.7

svn at svn.drbd.org svn at svn.drbd.org
Thu Nov 25 01:52:04 CET 2004


Author: lars
Date: 2004-11-25 01:52:01 +0100 (Thu, 25 Nov 2004)
New Revision: 1656

Modified:
   branches/drbd-0.7/Makefile
Log:
removed debian/ subdir from .filelist,
and thus from tarball and tgz make targets

Modified: branches/drbd-0.7/Makefile
===================================================================
--- branches/drbd-0.7/Makefile	2004-11-24 13:56:59 UTC (rev 1655)
+++ branches/drbd-0.7/Makefile	2004-11-25 00:52:01 UTC (rev 1656)
@@ -120,7 +120,7 @@
 .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]\+ *//;') \
+	@find $$(svn st -v | sed '/^?/d;s/^.\{8\} \+[0-9]\+ \+[0-9]\+ [a-z]\+ *//;/^debian/d' ) \
 	\! -type d -maxdepth 0 |\
 	sed 's:^:drbd-$(DIST_VERSION)/:' > .filelist
 	@[ -s .filelist ] # assert there is something in .filelist now



More information about the drbd-cvs mailing list