Opened 16 years ago
Closed 16 years ago
#232 closed enhancement (fixed)
egg tools in cross-mode should be able to do host/target processing in one step
| Reported by: | felix winkelmann | Owned by: | felix winkelmann |
|---|---|---|---|
| Priority: | not urgent at all | Milestone: | |
| Component: | core tools | Version: | |
| Keywords: | cross-development chicken-install | Cc: | |
| Estimated difficulty: |
Description
For example, chicken-install -host -target could install an egg both for the host- and the target chicken (by keeping a copy of the downloaded sources and invoking the setup process a second time for the target). Needs -target option (the default).
Change History (6)
comment:1 by , 16 years ago
| Keywords: | cross-development chicken-install added |
|---|
comment:2 by , 16 years ago
comment:3 by , 16 years ago
| Milestone: | 4.6.0 |
|---|
comment:6 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.

This actually also applies when
chicken-installis used with the-deployoption: the dependencies of the extension need to be installed normally to allow building the extension for the deployment target.