Changes between Version 39 and Version 40 of Bootstrapping
- Timestamp:
- Apr 19, 2008, 8:04:09 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Bootstrapping
v39 v40 20 20 A kBuild BUILD_TARGET / BUILD_PLATFORM OS name must be decided upon at this point. If the architecture and/or processor is new to kBuild, new (unique) names need to be found here as well. 21 21 1. Modify kBuild/header.kmk to accept and correctly configure the platform / target OS. 22 1. Run kBuild/env.sh to configure the kBuild environment.22 1. Run kBuild/env.sh --full to configure the kBuild environment. 23 23 1. Port and bootstrap kmk.[[BR]] 24 24 The bootstrap kmk build is made using the GNU automake/autoconf setup of GNU make. Which means that the initial port of the kmk code has to be done in that environment. Since porting isn't a common day thing, nor is bootstrapping this is just something we have to live with.