Changeset 2180 in kBuild
- Timestamp:
- Jan 3, 2009 12:36:32 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/main.c
r2179 r2180 3863 3863 /* The failure might be lost in a -j <lots> run, so mention the 3864 3864 failure again before exiting. */ 3865 if (status && job_slots != 1)3865 if (status != 0 && job_slots != 1) 3866 3866 error (NILF, _("*** Exiting with status %d"), status); 3867 3867 #endif
Note:
See TracChangeset
for help on using the changeset viewer.