Summary

egg tools in cross-mode should be able to do host/target processing in one step

Metadata

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.

[2010-06-10 01:06:51 UTC] felix changed status from accepted to closed

[2010-06-10 01:06:51 UTC] felix set resolution to fixed