From 54b69eba8141785d1839ade4e161e7d06fb6a800 Mon Sep 17 00:00:00 2001 From: Tobias Leich Date: Thu, 25 Sep 2014 21:41:32 +0200 Subject: add script that creates panda state file So after installing star panda will know what modules are installed. When someone then will install a module that depends on a shipped module, the shipped (and known working) dependency will be used by default. --- tools/star/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/star/Makefile') diff --git a/tools/star/Makefile b/tools/star/Makefile index 04d6de5..e89a97c 100644 --- a/tools/star/Makefile +++ b/tools/star/Makefile @@ -72,6 +72,7 @@ manifest: modules/zavolaj/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 -- cgit v1.1