From 1c45e985ab5d423b1ce3f8c87af303c5f8a9bbe3 Mon Sep 17 00:00:00 2001 From: pmichaud Date: Tue, 28 Aug 2012 16:27:54 -0500 Subject: Remove temp MANIFEST.1 file when done. --- tools/star/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/star/Makefile b/tools/star/Makefile index 80aba04..333bae4 100644 --- a/tools/star/Makefile +++ b/tools/star/Makefile @@ -22,7 +22,7 @@ PERL = perl PREFIX = $(PERL) $(CURDIR)/tools/star/prefix.pl WGET = wget --no-check-certificate -all: rakudo nqp parrot MANIFEST +all: rakudo nqp parrot manifest always: @@ -56,6 +56,7 @@ manifest: git submodule foreach --quiet 'git ls-files | $(PREFIX) $$path/' >>MANIFEST grep -v -f tools/star/MANIFEST.exclude MANIFEST >MANIFEST.1 sort -o MANIFEST MANIFEST.1 + rm MANIFEST.1 tarball: manifest [ -n "$(VERSION)" ] || ( echo "\nTry 'make release VERSION=yyyy.mm'\n\n"; exit 1 ) -- cgit v1.1