[svn:parrot] r36753 - trunk/config/gen/makefiles
barney at svn.parrot.org
barney at svn.parrot.org
Sun Feb 15 11:19:02 UTC 2009
Author: barney
Date: Sun Feb 15 11:19:02 2009
New Revision: 36753
URL: https://trac.parrot.org/parrot/changeset/36753
Log:
[languages] add Makte-targets co-fun and up-fun
Modified:
trunk/config/gen/makefiles/languages.in
Modified: trunk/config/gen/makefiles/languages.in
==============================================================================
--- trunk/config/gen/makefiles/languages.in Sun Feb 15 11:17:35 2009 (r36752)
+++ trunk/config/gen/makefiles/languages.in Sun Feb 15 11:19:02 2009 (r36753)
@@ -1,7 +1,7 @@
# Copyright (C) 2002-2009, The Perl Foundation.
# $Id$
-# setup of commands
+# some commands and locations
@make_set_make@
PERL = @perl@
MAKE = @make_c@
@@ -70,6 +70,8 @@
@echo ""
@echo " co-eclectus: Try to fetch eclectus"
@echo ""
+ @echo " co-fun: Try to fetch fun"
+ @echo ""
@echo " co-gil: Try to fetch gil"
@echo ""
@echo " co-hq9plus: Try to fetch HQ9+"
@@ -97,6 +99,8 @@
@echo ""
@echo " up-eclectus: Try to update eclectus"
@echo ""
+ @echo " up-fun: Try to update fun"
+ @echo ""
@echo " up-gil: Try to update gil"
@echo ""
@echo " up-hq9plus: Try to update HQ9+"
@@ -454,9 +458,9 @@
# helpers for checking out externally managed languages
# check out all known externally managed languages
-co-all: co-eclectus co-gil co-hq9plus co-lazy-k co-lua co-m4 co-markdown co-pjs \
+co-all: co-eclectus co-fun co-gil co-hq9plus co-lazy-k co-lua co-m4 co-markdown co-pjs \
co-primitivearc co-rakudo co-shakespeare co-tcl co-unlambda co-wmlscript
-up-all: up-eclectus up-gil up-hq9plus up-lazy-k up-lua up-m4 up-markdown up-pjs \
+up-all: up-eclectus up-fun up-gil up-hq9plus up-lazy-k up-lua up-m4 up-markdown up-pjs \
up-primitivearc up-rakudo up-shakespeare up-tcl up-unlambda up-wmlscript
co-eclectus:
@@ -465,6 +469,12 @@
up-eclectus:
cd eclectus && $(GIT) pull
+co-fun:
+ - $(GIT) clone 'git:////github.com//TiMBuS//fun.git'
+
+up-fun:
+ cd fun && $(GIT) pull
+
co-gil:
- $(GIT) clone 'git:////github.com//tene//gil.git'
More information about the parrot-commits
mailing list