From 4309c5452807f9bf5e2827ad345154e75b48e812 Mon Sep 17 00:00:00 2001 From: pmichaud Date: Wed, 28 Jul 2010 23:08:13 -0500 Subject: Get appropriately tagged compiler source, tag version correctly. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 948177d..2713497 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PARROT_VER = 2.6.0 -RAKUDO_TAG = master +RAKUDO_TAG = Star+0 DISTDIR = rakudo-star-$(VERSION) @@ -61,7 +61,7 @@ $(PARROT).tar.gz: $(RAKUDO_DIR): git clone git://github.com/rakudo/rakudo.git $(RAKUDO_DIR) - cd $(RAKUDO_DIR); git checkout $(RAKUDO_VER) + cd $(RAKUDO_DIR); git checkout $(RAKUDO_VER); git describe --match '2*' >VERSION $(BUILD_DIR)/PARROT_REVISION: $(RAKUDO_DIR) $(RAKUDO_DIR)/build/PARROT_REVISION cp $(RAKUDO_DIR)/build/PARROT_REVISION $(BUILD_DIR) -- cgit v1.1