Changes between Version 4 and Version 5 of Bootstrapping
- Timestamp:
- Sep 28, 2006, 4:28:06 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Bootstrapping
v4 v5 9 9 1. Run ../configure. 10 10 1. Run make 11 1. Copy config.h to src/gmake/config.h.$BUILD_TARGET (or similar, see Makefile.kmk). 11 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. 12 12 1. We've now got our own make binary which will be used in the next step. 13 13 1. Build src/gmake using the GNU Make we just made: 14 15 14 1. Go to the src/gmake. 16 15 1. make -f Makefile.kmk