Navigation Menu

Skip to content

Commit

Permalink
[languages] add targets co-matrixy and up-matrixy
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/trunk@36826 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
bschmalhofer committed Feb 17, 2009
1 parent 6a70ac6 commit 0fc0a48
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions config/gen/makefiles/languages.in
Expand Up @@ -80,6 +80,8 @@ help:
@echo ""
@echo " co-lua: Try to fetch lua"
@echo ""
@echo " co-matrixy: Try to fetch matrixy"
@echo ""
@echo " co-m4: Try to fetch Parrot m4"
@echo ""
@echo " co-pipp: Try to fetch Pipp"
Expand Down Expand Up @@ -111,6 +113,8 @@ help:
@echo ""
@echo " up-lua: Try to update lua"
@echo ""
@echo " up-matrixy: Try to update matrixy"
@echo ""
@echo " up-m4: Try to update Parrot m4"
@echo ""
@echo " up-pipp: Try to update Pipp"
Expand Down Expand Up @@ -462,9 +466,11 @@ urm.realclean:
# 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-pipp co-pjs \
co-all: co-eclectus co-fun co-gil co-hq9plus co-lazy-k co-lua \
co-m4 co-matrixy 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-pipp up-pjs \
up-all: up-eclectus up-fun up-gil up-hq9plus up-lazy-k up-lua \
up-m4 up-matrixy up-markdown up-pipp up-pjs \
up-primitivearc up-rakudo up-shakespeare up-tcl up-unlambda up-wmlscript

co-eclectus:
Expand Down Expand Up @@ -515,6 +521,12 @@ co-markdown:
up-markdown:
cd markdown && $(GIT) pull

co-matrixy:
- $(SVN) checkout 'http:////matrixy.googlecode.com//svn//trunk' matrixy

up-matrixy:
cd matrixy && $(SVN) up

co-pipp:
- $(GIT) clone 'git:////github.com//bschmalhofer//pipp.git'

Expand Down

0 comments on commit 0fc0a48

Please sign in to comment.