Changes between Version 39 and Version 40 of Bootstrapping


Ignore:
Timestamp:
Apr 19, 2008, 6:04:09 PM (16 years ago)
Author:
bird
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Bootstrapping

    v39 v40  
    2020    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.
    2121 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.
    2323 1. Port and bootstrap kmk.[[BR]]
    2424    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.