aboutsummaryrefslogtreecommitdiff
path: root/tools/star
diff options
context:
space:
mode:
authorpmichaud <pmichaud@pobox.com>2012-08-29 07:12:49 -0500
committerpmichaud <pmichaud@pobox.com>2012-08-29 07:12:49 -0500
commit900c0c422b951f3eefcda677b5fdcb2b2056f62e (patch)
tree551632437a31fdf6f0f160a8e4844c5e8f3a7282 /tools/star
parent7a5d72ceddfb7af387727b12363ecf33ecab7c1e (diff)
Add script to run module tests.
Diffstat (limited to 'tools/star')
-rw-r--r--tools/star/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/star/Makefile b/tools/star/Makefile
index 333bae4..f849825 100644
--- a/tools/star/Makefile
+++ b/tools/star/Makefile
@@ -55,7 +55,8 @@ manifest:
cut -d' ' -f1 parrot/MANIFEST | $(PREFIX) parrot/ >>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
+ $(PERL) -n -e 'chomp; -f && print "$$_\n"' MANIFEST.1 >MANIFEST
+ sort -o MANIFEST MANIFEST
rm MANIFEST.1
tarball: manifest