aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpmichaud <pmichaud@pobox.com>2012-08-28 16:27:54 -0500
committerpmichaud <pmichaud@pobox.com>2012-08-28 16:27:54 -0500
commit1c45e985ab5d423b1ce3f8c87af303c5f8a9bbe3 (patch)
tree13fd51ef8e287983b082e6de02a52f3810d9c068
parent8ba25b1ec840e1e4d28fd292318cc6f7fd2a3fb8 (diff)
Remove temp MANIFEST.1 file when done.
-rw-r--r--tools/star/Makefile3
1 files changed, 2 insertions, 1 deletions
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 )