Changes between Version 2 and Version 3 of Bootstrapping
- Timestamp:
- Sep 28, 2006, 3:57:52 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Bootstrapping
v2 v3 4 4 1. Run kBuild/env.sh to configure the kBuild environment. 5 5 1. Copy unix like tools from you system to kBuild/bin/$BUILD_TARGET_ARCH.$BUILD_TARGET/. kBuild requires all ash, cat, cp, echo, install, ln, mkdir, mv, rm and sed. The kBuild copies must be prefixed with {{{kmk_}}}. Some of these tools will be replaced later in the bootstrapping. 6 7 6 1. If GNU Make v3.81 or later isn't availble, build plain make: 8 7 1. Run aclocal, autoconf and automake in src/gmake if needed.