Changes between Version 9 and Version 10 of Bootstrapping


Ignore:
Timestamp:
Jan 15, 2007, 11:55:05 AM (17 years ago)
Author:
bird
Comment:

linux needs real yacc, bison won't do.

Legend:

Unmodified
Added
Removed
Modified
  • Bootstrapping

    v9 v10  
    3131    1. Copy out/$BUILD_TARGET.$BUILD_TARGET_ARCH/release/kBuild/bin/$BUILD_TARGET.$BUILD_TARGET_ARCH/ to kBuild/bin/$BUILD_TARGET.$BUILD_TARGET_ARCH/.
    3232 1. Add and commit the changes (including the binaries).
     33
     34Note! On GNU/Linux make sure you have a real yacc install. GNU bison is not sufficiently compatible with yacc to make src/ash (from NetBSD) happy.