Skip to content

Commit

Permalink
Remove temp MANIFEST.1 file when done.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed Aug 28, 2012
1 parent 8ba25b1 commit 1c45e98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/star/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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 )
Expand Down

0 comments on commit 1c45e98

Please sign in to comment.