From d766b6aa5250fa0ecbb630e882e174535641c7b8 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Mon, 25 Feb 2002 22:41:02 +0000 Subject: [PATCH] Merge of xfs-cmds-2.4.18:slinx:112273a by nathans. print out that we wrote a source tarball too. --- build/Makefile | 1 + build/rpm/Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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|' $@ -- 2.47.2