Changeset 535 for trunk/src/gmake/main.c


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

o A real attempt at fixing the double quoting problem on windows. ash seems to want a

space between a double quote enclosing the last argument on the commandline and the
double quote enclosing the commandline (the -c argument). Also, defined HAVE_CYGWIN_SHELL.

o Fixed a newline escape problem when using batch_mode_shell on windows with kmk_ash.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gmake/main.c

    r534 r535  
    893893  }
    894894
    895 #ifdef KMK
     895#if 0/* def KMK - has been fixed in sub_proc.c */
    896896  /* WORKAROUND:
    897897    With GNU Make 3.81, this kludge was necessary to get double quotes
Note: See TracChangeset for help on using the changeset viewer.