Opened 15 years ago
Closed 15 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 Changed 15 years ago by
Keywords: | cross-development chicken-install added |
---|
comment:2 Changed 15 years ago by
comment:3 Changed 15 years ago by
Milestone: | 4.6.0 |
---|
comment:6 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
This actually also applies when
chicken-install
is used with the-deploy
option: the dependencies of the extension need to be installed normally to allow building the extension for the deployment target.