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 felix winkelmann, 16 years ago

Keywords: cross-development chicken-install added

comment:2 by felix winkelmann, 16 years ago

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.

comment:3 by felix winkelmann, 16 years ago

Milestone: 4.6.0

comment:4 by felix winkelmann, 16 years ago

Status: newaccepted

A -target option has been added in

comment:5 by felix winkelmann, 16 years ago

Implemented in c63f9db.

comment:6 by felix winkelmann, 16 years ago

Resolution: fixed
Status: acceptedclosed
Note: See TracTickets for help on using tickets.