Summary
egg tools in cross-mode should be able to do host/target processing in one step
Metadata
- Id: dab3617ce092c35ee3e7b11c9697051972d9222a
- Trac id: 232
- Type: enhancement
- Reporter: felix
- Owner: felix
- Cc:
- Status: closed
- Component: core tools
- Estimated difficulty:
- Resolution: fixed
- Priority: not urgent at all
- Milestone:
- Version:
- Changetime: 2010-06-10 01:06:51 UTC
- Created: 2010-05-07 12:02:02 UTC
- Keywords: cross-development chicken-install
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).
Changes and comments
[2010-05-07 12:02:24 UTC] felix set keywords to cross-development chicken-install
[2010-05-15 23:30:48 UTC] felix wrote:
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.
[2010-05-15 23:30:55 UTC] felix removed milestone 4.6.0
[2010-06-09 23:59:02 UTC] felix changed status from new to accepted
[2010-06-09 23:59:02 UTC] felix wrote:
A `-target` option has been added in
[2010-06-10 01:06:45 UTC] felix wrote:
Implemented in c63f9db.