Changes between Version 15 and Version 16 of Bootstrapping


Ignore:
Timestamp:
Apr 1, 2007, 3:08:17 AM (17 years ago)
Author:
bird
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Bootstrapping

    v15 v16  
    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.$BUILD_TARGET_ARCH/. kBuild requires all ash (bash is ok), cat, cp, echo, install, ln, mkdir, mv, rm, rmdir and (gnu) sed. The kBuild copies must be prefixed with {{{kmk_}}}. 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 (bash is recommended), cat, cp, echo, install, ln, mkdir, mv, rm, rmdir and (gnu) sed. The kBuild copies must be prefixed with {{{kmk_}}}. These tools will be replaced later in the bootstrapping.
    66 1. Configure and build GNU sed:
    77    1. Go to the src/sed directory.