Changes between Version 25 and Version 26 of Bootstrapping
- Timestamp:
- May 26, 2007, 11:19:51 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Bootstrapping
v25 v26 8 8 9 9 10 == The New Bootstrap Procedure (src/gmakenew)==10 == The Bootstrap Procedure == 11 11 12 12 1. Modify env.sh to accept the uname output. … … 64 64 * Use a real YACC when compiling ash. GNU bison will not work (yyerrstatus undeclared error). You can add YACC=/path/to/real/yacc to the kmk command line if it's not in the PATH. 65 65 66 == The OLD Bootstrap Procedure ==66 == The OLD Bootstrap Procedure (before r95x) == 67 67 68 68 1. Modify env.sh to accept the uname output.