#96: [install] make -C languages reallyall
--------------------+-------------------------------------------------------
 Reporter:  rurban  |        Type:  todo   
   Status:  new     |    Priority:  normal 
Milestone:  0.9.0   |   Component:  install
  Version:  branch  |    Severity:  medium 
 Keywords:          |        Lang:         
    Patch:          |    Platform:  all    
--------------------+-------------------------------------------------------
 provide a target to do "make all" for all languages

 "make build" is the default target (lang.dummy), but there's no target
 besides "make installable" to make all additional language targets.

 eq. to
 $ cd languages
 $ for d in *; do test -e $d/Makefile && make -C $d all; done

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/96>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to