[svn:parrot] r36754 - trunk/config/gen/makefiles

barney at svn.parrot.org barney at svn.parrot.org
Sun Feb 15 11:22:40 UTC 2009


Author: barney
Date: Sun Feb 15 11:22:39 2009
New Revision: 36754
URL: https://trac.parrot.org/parrot/changeset/36754

Log:
[languages] Add co-pipp and up-pipp

Modified:
   trunk/config/gen/makefiles/languages.in

Modified: trunk/config/gen/makefiles/languages.in
==============================================================================
--- trunk/config/gen/makefiles/languages.in	Sun Feb 15 11:19:02 2009	(r36753)
+++ trunk/config/gen/makefiles/languages.in	Sun Feb 15 11:22:39 2009	(r36754)
@@ -82,6 +82,8 @@
 	@echo ""
 	@echo "  co-m4:         Try to fetch Parrot m4"
 	@echo ""
+	@echo "  co-pipp:       Try to fetch Pipp"
+	@echo ""
 	@echo "  co-pjs:        Try to fetch PJS"
 	@echo ""
 	@echo "  co-primitivearc: Try to fetch primitivearc"
@@ -111,6 +113,8 @@
 	@echo ""
 	@echo "  up-m4:         Try to update Parrot m4"
 	@echo ""
+	@echo "  up-pipp:       Try to update Pipp"
+	@echo ""
 	@echo "  up-pjs:        Try to update PJS"
 	@echo ""
 	@echo "  up-primitivearc: Try to update primitivearc"
@@ -458,9 +462,9 @@
 # helpers for checking out externally managed languages
 
 # check out all known externally managed languages
-co-all: co-eclectus co-fun 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-pipp co-pjs \
     co-primitivearc co-rakudo co-shakespeare co-tcl co-unlambda co-wmlscript
-up-all: up-eclectus up-fun 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-pipp up-pjs \
     up-primitivearc up-rakudo up-shakespeare up-tcl up-unlambda up-wmlscript
 
 co-eclectus:
@@ -511,6 +515,12 @@
 up-markdown:
 	cd markdown && $(GIT) pull
 
+co-pipp:
+	- $(GIT) clone 'git:////github.com//bschmalhofer//pipp.git'
+
+up-pipp:
+	cd pjs && $(GIT) pull
+
 co-pjs:
 	- $(SVN) checkout 'http:////parrotjs.googlecode.com//svn//trunk' pjs
 


More information about the parrot-commits mailing list