Changes between Version 33 and Version 34 of Bootstrapping
- Timestamp:
- Jul 4, 2007, 3:41:05 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Bootstrapping
v33 v34 9 9 10 10 If 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`}}} 12 12 1. {{{kBuild/bin/x.y/}}} is not (re-)populated and you can use env.sh + kmk. 13 13 1. If you want to make 100% sure, do {{{kBuild/env.sh kmk rebuild PATH_INS=`pwd`}}}.