From 3e25d9362bbae188dbf4d33a276ebe4e7965d6c3 Mon Sep 17 00:00:00 2001 From: Moritz Lenz Date: Tue, 24 Jul 2012 08:23:08 +0200 Subject: fix panda revision to something before the offline-bootstrap merge --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 3b11d04..63edca2 100644 --- a/Makefile +++ b/Makefile @@ -91,6 +91,7 @@ $(MODULES_DIR): always mkdir -p $(MODULES_DIR) cd $(MODULES_DIR); for repo in $(MODULES); do git clone $$repo.git; done # cd $(MODULES_DIR)/yaml-pm6; git checkout rakudo-star-1 + cd $(MODULES_DIR)/panda; git checkout 04b67556b56edd0c4599fc20c9c7e49a292b0cc1 star-patches: [ ! -f build/$(VERSION)-patch.pl ] || DISTDIR=$(DISTDIR) perl build/$(VERSION)-patch.pl -- cgit v1.1