Changeset 539 in kBuild
- Timestamp:
- Sep 19, 2006 5:47:23 AM (18 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r537 r539 3 3 2006-09-18: 4 4 - kBuild/gmake: 5 o Don't send put j1 in MAKEFLAGS on windows, somehow that doesn't work. 6 o Fixed some variable name typos in kbuild.c. 5 7 o Fixed missing expansion in kbuild_lookup_variable. 6 8 o A real attempt at fixing the double quoting problem on windows. ash seems to want a 7 9 space between a double quote enclosing the last argument on the commandline and the 8 double quote enclosing the commandline (the -c argument). Also, defined HAVE_CYGWIN_SHELL.10 double quote enclosing the commandline (the -c argument). 9 11 o Fixed a newline escape problem when using batch_mode_shell on windows with kmk_ash. 10 12 -
trunk/src/gmake/main.c
r535 r539 2820 2820 *(unsigned int *) cs->noarg_value)) 2821 2821 ADD_FLAG ("", 0); /* Optional value omitted; see below. */ 2822 #if !defined(KMK) || !defined(WINDOWS32) /* jobserver stuff doesn't work on windows???. */ 2822 2823 else if (cs->c == 'j') 2823 2824 /* Special case for `-j'. */ 2824 2825 ADD_FLAG ("1", 1); 2826 #endif 2825 2827 else 2826 2828 {
Note:
See TracChangeset
for help on using the changeset viewer.