Changeset 548
- Timestamp:
- Sep 24, 2006, 6:18:14 AM (19 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r546 r548 1 1 /* $Id$ */ 2 3 2006-09-23: 4 - kBuild/envos2.cmd: 5 o Environment script (REXX) for OS/2. 2 6 3 7 2006-09-19: … … 12 16 o Fixed some variable name typos in kbuild.c. 13 17 o Fixed missing expansion in kbuild_lookup_variable. 14 o A real attempt at fixing the double quoting problem on windows. ash seems to want a 15 space between a double quote enclosing the last argument on the commandline and the 18 o A real attempt at fixing the double quoting problem on windows. ash seems to want a 19 space between a double quote enclosing the last argument on the commandline and the 16 20 double quote enclosing the commandline (the -c argument). 17 21 o Fixed a newline escape problem when using batch_mode_shell on windows with kmk_ash. … … 24 28 unnecessary copying and allocating. 25 29 o Added kBuild specific functions for speeding up source processing. 26 o Fixed assertion in w32_fixcase when shell doesn't have a full path 30 o Fixed assertion in w32_fixcase when shell doesn't have a full path 27 31 and some other case. 28 32 … … 31 35 o Turn off command dependencies when using vanilla GNU Make. 32 36 - kBuild/footer.kmk: 33 o Made up my mind about the command depency blocker variables; 37 o Made up my mind about the command depency blocker variables; 34 38 NO_LINK_CMDS_DEPS and NO_COMPILE_CMDS_DEPS. 35 39 - src/gmake: … … 37 41 o kmk_ash wants batch files on windows or the double quotes will get screwed up. 38 42 o Make sure kmk_builtin commands don't get batch files and odd weird stuff. 39 o Cleaning up the modifications. Changes are now either configurable 43 o Cleaning up the modifications. Changes are now either configurable 40 44 or marked, and dead stuff has been removed (dll shell). 41 45
Note:
See TracChangeset
for help on using the changeset viewer.