aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorpmichaud <pmichaud@pobox.com>2012-08-29 07:59:24 -0500
committerpmichaud <pmichaud@pobox.com>2012-08-29 07:59:24 -0500
commitf9632ae5ac82c5658554e9833bc48817c576e54f (patch)
treefa28fead4e632cd1855f259fd7cef10e1489cd4e /tools
parent651aa547ecf2360d6e9a58c2383c2ff529801b72 (diff)
More release guide updates.
Diffstat (limited to 'tools')
-rw-r--r--tools/star/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/tools/star/Makefile b/tools/star/Makefile
index f849825..935365b 100644
--- a/tools/star/Makefile
+++ b/tools/star/Makefile
@@ -47,7 +47,12 @@ $(PARROT_SRC):
mkdir -p $(SRC_DIR)
$(WGET) $(PARROT_URL) -O $(PARROT_SRC)
-manifest:
+modules/zavolaj/lib:
+ @echo "Updating submodules"
+ git submodule init
+ git submodule update
+
+manifest: modules/zavolaj/lib
echo MANIFEST >MANIFEST
git ls-files >>MANIFEST
$(PREFIX) rakudo/ rakudo/MANIFEST >>MANIFEST