aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpmichaud <pmichaud@pobox.com>2010-07-28 23:08:13 -0500
committerpmichaud <pmichaud@pobox.com>2010-07-28 23:08:13 -0500
commit4309c5452807f9bf5e2827ad345154e75b48e812 (patch)
treea6cc964cd6f4e0be860f6e847e25dd59ae7ea085 /Makefile
parent118e47828ba936292db0097e9669b0a69b26fcae (diff)
Get appropriately tagged compiler source, tag version correctly.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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)