Changes between Version 6 and Version 7 of Bootstrapping


Ignore:
Timestamp:
Dec 17, 2006, 5:43:55 AM (17 years ago)
Author:
bird
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Bootstrapping

    v6 v7  
    1515    1. make -f Makefile.kmk
    1616    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/.
    1818 1. Build a release build using kmk (which should now be in the path):
    1919    1. Run kBuild/env.sh (or continue in the shell from the previous step).
    2020    1. Go to the root.
    2121    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/.
    2323 1. Add and commit the changes (including the binaries).