[svn:parrot] r36413 - in trunk: config/gen/makefiles languages

fperrad at svn.parrot.org fperrad at svn.parrot.org
Sat Feb 7 11:10:03 UTC 2009


Author: fperrad
Date: Sat Feb  7 11:10:02 2009
New Revision: 36413
URL: https://trac.parrot.org/parrot/changeset/36413

Log:
[rakudo] leaves on github
see http://github.com/rakudo/rakudo

Modified:
   trunk/config/gen/makefiles/languages.in
   trunk/languages/   (props changed)

Modified: trunk/config/gen/makefiles/languages.in
==============================================================================
--- trunk/config/gen/makefiles/languages.in	Sat Feb  7 11:02:11 2009	(r36412)
+++ trunk/config/gen/makefiles/languages.in	Sat Feb  7 11:10:02 2009	(r36413)
@@ -461,8 +461,8 @@
 # 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-m4 co-markdown co-pjs co-primitivearc co-tcl co-unlambda co-wmlscript
-up-all: up-eclectus up-gil up-hq9plus up-lazy-k up-m4 up-markdown up-pjs up-primitivearc up-tcl up-unlambda up-wmlscript
+co-all: co-eclectus co-gil co-hq9plus co-lazy-k co-m4 co-markdown co-pjs co-primitivearc co-rakudo co-tcl co-unlambda co-wmlscript
+up-all: up-eclectus up-gil up-hq9plus up-lazy-k up-m4 up-markdown up-pjs up-primitivearc up-rakudo up-tcl up-unlambda up-wmlscript
 
 co-eclectus:
 	- $(GIT) clone 'git:////github.com//bschmalhofer//eclectus.git'
@@ -512,6 +512,12 @@
 up-primitivearc:
 	cd primitivearc && $(GIT) pull
 
+co-rakudo:
+	- $(GIT) clone 'git:////github.com//rakudo//rakudo.git'
+
+up-rakudo:
+	cd rakudo && $(GIT) pull
+
 co-tcl:
 	- $(SVN) checkout 'http:////partcl.googlecode.com//svn//trunk' tcl
 


More information about the parrot-commits mailing list