Changes between Version 6 and Version 7 of Bootstrapping
- Timestamp:
- Dec 17, 2006, 6:43:55 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Bootstrapping
v6 v7 15 15 1. make -f Makefile.kmk 16 16 1. When it breaks fix the compiler / linker error and redo the previous step. 17 1. Copy out/$BUILD_TARGET.$BUILD_TARGET_ARCH/debug/kBuild/bin/$BUILD_TARGET _ARCH.$BUILD_TARGET/ to kBuild/bin/$BUILD_TARGET_ARCH.$BUILD_TARGET/.17 1. Copy out/$BUILD_TARGET.$BUILD_TARGET_ARCH/debug/kBuild/bin/$BUILD_TARGET.$BUILD_TARGET_ARCH/ to kBuild/bin/$BUILD_TARGET.$BUILD_TARGET_ARCH/. 18 18 1. Build a release build using kmk (which should now be in the path): 19 19 1. Run kBuild/env.sh (or continue in the shell from the previous step). 20 20 1. Go to the root. 21 21 1. kmk BUILD_TYPE=release 22 1. Copy out/$BUILD_TARGET.$BUILD_TARGET_ARCH/release/kBuild/bin/$BUILD_TARGET _ARCH.$BUILD_TARGET/ to kBuild/bin/$BUILD_TARGET_ARCH.$BUILD_TARGET/.22 1. Copy out/$BUILD_TARGET.$BUILD_TARGET_ARCH/release/kBuild/bin/$BUILD_TARGET.$BUILD_TARGET_ARCH/ to kBuild/bin/$BUILD_TARGET.$BUILD_TARGET_ARCH/. 23 23 1. Add and commit the changes (including the binaries).