Changes between Version 10 and Version 11 of Bootstrapping


Ignore:
Timestamp:
Jan 25, 2007, 11:28:01 PM (17 years ago)
Author:
bird
Comment:

the dummy definitions...

Legend:

Unmodified
Added
Removed
Modified
  • Bootstrapping

    v10 v11  
    1717    1. Run ../configure.
    1818    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).
    2020    1. We've now got our own make binary which will be used further down.
    2121 1. Build src/gmake using the GNU Make we just made: