Ticket #96 (closed patch: wontfix)

Opened 13 years ago

Last modified 13 years ago

[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

trac96-make_reallyinstall.patch Download (8.4 KB) - added by rurban 13 years ago.

Change History

Changed 13 years ago by rurban

Changed 13 years ago by rurban

  • owner set to rurban
  • type changed from todo to patch
  • patch set to rejected

Changed 13 years ago by allison

  • status changed from new to closed
  • resolution set to wontfix

Skip. Languages won't be installed by the core Parrot makefile (aside from core tools like nqp).

Note: See TracTickets for help on using tickets.