Ticket #96 (closed patch: wontfix)
[install] make -C languages reallyall
| Reported by: | rurban | Owned by: | rurban |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.9.1 |
| Component: | install | Version: | branch |
| Severity: | medium | Keywords: | |
| Cc: | Language: | ||
| Patch status: | rejected | Platform: | all |
Description
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
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

