[DRBD-cvs] r1805 - branches/drbd-0.7
www-data
www-data at garcon.linbit.com
Mon May 30 19:07:34 CEST 2005
Author: lars
Date: 2005-05-30 19:07:34 +0200 (Mon, 30 May 2005)
New Revision: 1805
Modified:
branches/drbd-0.7/Makefile
Log:
* missing parts of Makefile update
Modified: branches/drbd-0.7/Makefile
===================================================================
--- branches/drbd-0.7/Makefile 2005-05-30 17:00:13 UTC (rev 1804)
+++ branches/drbd-0.7/Makefile 2005-05-30 17:07:34 UTC (rev 1805)
@@ -127,7 +127,7 @@
@ 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 |\
- sed 's:^:drbd-$(DIST_VERSION)/:' > .filelist
+ sed 's#^#drbd-$(DIST_VERSION)/#' > .filelist
@[ -s .filelist ] # assert there is something in .filelist now
@find documentation -name "[^.]*.[58]" -o -name "*.html" | \
sed "s/^/drbd-$(DIST_VERSION)\//" >> .filelist ;\
@@ -166,7 +166,9 @@
$(MAKE) tarball
$(MAKE) tarball PRESERVE_DEBIAN=1
-tarball: check_all_committed distclean doc .filelist tgz
+tarball: check_all_committed distclean doc .filelist
+ $(MAKE) tgz
+
all tools doc .filelist: drbd/drbd_buildtag.c
KDIR := $(shell echo /lib/modules/`uname -r`/build)
More information about the drbd-cvs
mailing list