Changes between Version 5 and Version 6 of Bootstrapping


Ignore:
Timestamp:
Dec 17, 2006, 5:32:27 AM (17 years ago)
Author:
bird
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Bootstrapping

    v5 v6  
    33 1. Modify header.kmk to accept and correctly configure the platform / target OS.
    44 1. Run kBuild/env.sh to configure the kBuild environment.
    5  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.
     5 1. Copy unix like tools from you system to kBuild/bin/$BUILD_TARGET.$BUILD_TARGET_ARCH/. kBuild requires all ash, cat, cp, echo, install, ln, mkdir, mv, rm, rmdir and sed. The kBuild copies must be prefixed with {{{kmk_}}}. Some of these tools will be replaced later in the bootstrapping.
    66 1. Build plain GNU Make:
    77    1. Run aclocal, autoconf and automake in src/gmake if needed.