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 | |
| 10 | If 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`}}}. |