Changeset 535 for trunk/src/gmake/job.c
- Timestamp:
- Sep 19, 2006, 6:29:18 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmake/job.c
r521 r535 2549 2549 # ifndef KMK 2550 2550 goto slow; 2551 # else /* KMK */2551 # else /* KMK */ 2552 2552 { 2553 2553 /* Allow ash from kBuild. */ … … 2904 2904 { 2905 2905 *(ap++) = '\\'; 2906 #ifdef KMK /* see test in Makefile.kmk, required on windows. */ 2907 if (!batch_mode_shell) 2908 #endif 2906 2909 *(ap++) = '\\'; 2907 2910 *(ap++) = '\n';
Note:
See TracChangeset
for help on using the changeset viewer.