Changes between Version 33 and Version 34 of Bootstrapping


Ignore:
Timestamp:
Jul 4, 2007, 1:41:05 PM (17 years ago)
Author:
bird
Comment:

bootstrap.gmk not .kmk

Legend:

Unmodified
Added
Removed
Modified
  • Bootstrapping

    v33 v34  
    99
    1010If you just like to bootstrap a supported platform/architecture for some reason, there is an automated shortcut for doing it. In the root you'll find a GNU makefile called source:trunk/bootstrap.gmk. Read the ASSUMPTIONS found at the top of the file very carefully before executing it. Then do this:
    11   1. {{{kBuild/env.sh make -f bootstrap.kmk SRCDIR=`pwd`}}}
     11  1. {{{kBuild/env.sh make -f bootstrap.gmk SRCDIR=`pwd`}}}
    1212  1. {{{kBuild/bin/x.y/}}} is not (re-)populated and you can use env.sh + kmk.
    1313  1. If you want to make 100% sure, do {{{kBuild/env.sh kmk rebuild PATH_INS=`pwd`}}}.