aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Leich <email@froggs.de>2016-01-07 22:52:28 +0100
committerTobias Leich <email@froggs.de>2016-01-27 21:23:32 +0100
commit003deeba429a9773896876959ad67e52526243c9 (patch)
treee6e29af85d494876ae07a3ada9e1b521c19cc707
parentac288f000957d00c26e742df0756d63350046193 (diff)
sine we bootstrap panda, we dont fake its state
-rw-r--r--tools/star/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/star/Makefile b/tools/star/Makefile
index 1e7d034..9f4d323 100644
--- a/tools/star/Makefile
+++ b/tools/star/Makefile
@@ -60,7 +60,6 @@ manifest: modules/DBIish/lib
git submodule foreach --quiet 'git ls-files | $(PREFIX) $$path/' >>MANIFEST
grep -v -f tools/star/MANIFEST.exclude MANIFEST >MANIFEST.1
$(PERL) -n -e 'chomp; -f && print "$$_\n"' MANIFEST.1 >MANIFEST
- perl6 tools/build/panda-state.p6 >>MANIFEST
sort -o MANIFEST MANIFEST
rm MANIFEST.1