Changes between Version 30 and Version 31 of Bootstrapping


Ignore:
Timestamp:
May 29, 2007, 9:40:12 PM (17 years ago)
Author:
bird
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Bootstrapping

    v30 v31  
    55 1. if compatibility with older tools is broken during development on the trunk.
    66
    7 You are of course free to bootstrap it at any other time and for whatever reason you like.
     7
     8== The Quick Bootstrap Procedure ==
     9
     10If you just like to bootstrap a supported platform/architecture for some reason, there is a GNU make compatible makefile in the root called [trunk/bootstrap.gmk]. Read the ASSUMPTIONS found at the top of the file very carefully. In short:
     11  1. {{{kBuild/env.sh make -f bootstrap.kmk SRCDIR=`pwd`}}}
     12  1. {{{kBuild/bin/x.y/}}} is not (re-)populated and you can use env.sh + kmk.
     13  1. If you want to make 100% sure, do {{{kBuild/env.sh kmk rebuild PATH_INS=`pwd`}}}.
    814
    915