Changeset 548


Ignore:
Timestamp:
Sep 24, 2006, 6:18:14 AM (19 years ago)
Author:
bird
Message:

Environment script (REXX) for OS/2.

Location:
trunk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r546 r548  
    11/* $Id$ */
     2
     32006-09-23:
     4    - kBuild/envos2.cmd:
     5        o Environment script (REXX) for OS/2.
    26
    372006-09-19:
     
    1216        o Fixed some variable name typos in kbuild.c.
    1317        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
    1620          double quote enclosing the commandline (the -c argument).
    1721        o Fixed a newline escape problem when using batch_mode_shell on windows with kmk_ash.
     
    2428          unnecessary copying and allocating.
    2529        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
    2731          and some other case.
    2832
     
    3135        o Turn off command dependencies when using vanilla GNU Make.
    3236    - 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;
    3438          NO_LINK_CMDS_DEPS and NO_COMPILE_CMDS_DEPS.
    3539    - src/gmake:
     
    3741        o kmk_ash wants batch files on windows or the double quotes will get screwed up.
    3842        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
    4044          or marked, and dead stuff has been removed (dll shell).
    4145
Note: See TracChangeset for help on using the changeset viewer.