Changes between Version 10 and Version 11 of Bootstrapping
- Timestamp:
- Jan 26, 2007, 12:28:01 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Bootstrapping
v10 v11 17 17 1. Run ../configure. 18 18 1. Run make 19 1. Copy config.h to src/gmake/config.h.$BUILD_TARGET (or similar, see Makefile.kmk). Append a dummy definitions for LOCALEDIR, LIBDIR, INCLUDEDIR and ALIASPATH.19 1. Copy config.h to src/gmake/config.h.$BUILD_TARGET (or similar, see Makefile.kmk). Append empty string #defines for LOCALEDIR, LIBDIR, INCLUDEDIR and ALIASPATH (see config.h.linux). 20 20 1. We've now got our own make binary which will be used further down. 21 21 1. Build src/gmake using the GNU Make we just made: