Ignore:
Timestamp:
Sep 27, 2006, 8:57:05 PM (19 years ago)
Author:
bird
Message:

Giving up non batch mode with cygwin ash, it screws up big time with double quoted argument.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gmake/config.h.W32

    r526 r554  
    493493extern int my_stat(const char *, struct stat *);
    494494#define stat(_path, _st) my_stat(_path, _st)
     495
     496/* cygwin sucks to much in one end or the other. */
     497#define BATCH_MODE_ONLY_SHELL
     498
Note: See TracChangeset for help on using the changeset viewer.