id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,lang,patch,platform
96,[install] make -C languages reallyall,rurban,rurban,"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

",patch,closed,normal,0.9.1,install,branch,medium,wontfix,,,,rejected,all
