From f4632b9b729b4f2df4b2af111e2583feac178dd5 Mon Sep 17 00:00:00 2001 From: Moritz Lenz Date: Mon, 28 May 2012 14:09:59 +0200 Subject: [build] add a basic template mechanism this grabs the {parrot,rakudo,nqp} revisions and fudges them into Configure.pl, so at least it is one less location to update --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f51e854..aead8c9 100644 --- a/Makefile +++ b/Makefile @@ -66,6 +66,7 @@ always: $(DISTDIR): always mkdir -p $(DISTDIR) cp -av skel/. $(DISTDIR) + perl build/skel-template.pl $(DISTDIR) $(PARROT_DIR): $(PARROT_TGZ) tar -C $(DISTDIR) -xvzf $(PARROT_TGZ) -- cgit v1.1