Changes between Version 2 and Version 3 of Bootstrapping


Ignore:
Timestamp:
Sep 28, 2006, 1:57:52 PM (18 years ago)
Author:
bird
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Bootstrapping

    v2 v3  
    44 1. Run kBuild/env.sh to configure the kBuild environment.
    55 1. Copy unix like tools from you system to kBuild/bin/$BUILD_TARGET_ARCH.$BUILD_TARGET/. kBuild requires all ash, cat, cp, echo, install, ln, mkdir, mv, rm and sed. The kBuild copies must be prefixed with {{{kmk_}}}. Some of these tools will be replaced later in the bootstrapping.
    6    
    76 1. If GNU Make v3.81 or later isn't availble, build plain make:
    87    1. Run aclocal, autoconf and automake in src/gmake if needed.