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

[email protected] Sat, 24 Jan 2009 12:40:13 -0800 (PST)
Newsgroups perl.cvs.parrot
Message-ID <[email protected]>
Author: fperrad
Date: Sat Jan 24 12:40:12 2009
New Revision: 35965

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

Log:
[external languages]
checkout PJS in the directory 'pjs' instead of 'parrotjs-read-only'

Modified: trunk/config/gen/makefiles/languages.in
==============================================================================
--- trunk/config/gen/makefiles/languages.in	(original)
+++ trunk/config/gen/makefiles/languages.in	Sat Jan 24 12:40:12 2009
@@ -534,10 +534,10 @@
 	cd markdown && $(GIT) pull
 
 co-pjs:
-	- $(SVN) checkout 'http:////parrotjs.googlecode.com/svn/trunk/' parrotjs-read-only
+	- $(SVN) checkout 'http:////parrotjs.googlecode.com/svn/trunk/' pjs
 
 up-pjs:
-	cd parrotjs-read-only && $(SVN) up
+	cd pjs && $(SVN) up
 
 co-primitivearc:
 	- $(GIT) clone 'git:////github.com/stefano/primitivearc.git'