[DRBD-cvs] r1826 - branches/drbd-0.7
www-data
www-data at linbit.com
Thu Jun 30 12:22:31 CEST 2005
Author: lars
Date: 2005-06-30 12:22:30 +0200 (Thu, 30 Jun 2005)
New Revision: 1826
Modified:
branches/drbd-0.7/Makefile
Log:
minor makefile fix
Modified: branches/drbd-0.7/Makefile
===================================================================
--- branches/drbd-0.7/Makefile 2005-06-30 10:09:05 UTC (rev 1825)
+++ branches/drbd-0.7/Makefile 2005-06-30 10:22:30 UTC (rev 1826)
@@ -146,9 +146,9 @@
ln -sf drbd/linux/drbd_config.h drbd_config.h
rm -f drbd-$(FDIST_VERSION)
ln -s . drbd-$(FDIST_VERSION)
- set -e ; for f in $$(<.filelist) ; do [ -e $$f ] ; done
+ for f in $$(<.filelist) ; do [ -e $$f ] && continue ; echo missing: $$f ; exit 1; done
grep debian .filelist >/dev/null 2>&1 && _DEB=-debian || _DEB="" ; \
- tar --owner=0 --group=0 -czf drbd-$(FDIST_VERSION)$$_DEB.tar.gz -T .filelist
+ tar --owner=0 --group=0 -czf - -T .filelist > drbd-plus-$(FDIST_VERSION)$$_DEB.tar.gz
rm drbd-$(FDIST_VERSION)
ifeq ($(FORCE),)
More information about the drbd-cvs
mailing list