From: Nathan Scott Date: Mon, 25 Feb 2002 22:41:02 +0000 (+0000) Subject: Merge of xfs-cmds-2.4.18:slinx:112273a by nathans. X-Git-Tag: v2.1.0~58 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d766b6aa5250fa0ecbb630e882e174535641c7b8;p=thirdparty%2Fxfsprogs-dev.git Merge of xfs-cmds-2.4.18:slinx:112273a by nathans. print out that we wrote a source tarball too. --- diff --git a/build/Makefile b/build/Makefile index 42d4eb6b4..66030d8be 100644 --- a/build/Makefile +++ b/build/Makefile @@ -60,6 +60,7 @@ $(MANIFEST) : $(_FORCE) else \ unset TAPE; \ $(TAR) -T $$CDIR/$@ -cf - | $(ZIP) --best > $$CDIR/$(SRCTAR); \ + echo Wrote: $$CDIR/$(SRCTAR); \ fi dist : default $(MANIFEST) diff --git a/build/rpm/Makefile b/build/rpm/Makefile index 759b02b1e..16cefee99 100644 --- a/build/rpm/Makefile +++ b/build/rpm/Makefile @@ -49,7 +49,7 @@ dist : default $(SPECF) rpm-$(RPM_VERSION).rc # Because rpm prior to v.2.90 does not support macros and old style config # is not supported by rpm v.3, we have to resort to such ugly hacks -ifneq ($RPM_VERSION,2) +ifneq ($(RPM_VERSION),2) rpm-$(RPM_VERSION).rc : rpmmacros sed -e '/^macrofiles:/s|~/.rpmmacros|rpmmacros|' $@