Changeset 3194 in kBuild for trunk/src/kmk/kmkbuiltin/kSubmit.c
- Timestamp:
- Mar 27, 2018 2:05:17 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/kmkbuiltin/kSubmit.c
r3192 r3194 1492 1492 if (pWorker) 1493 1493 { 1494 if (!pszExecutable) 1495 pszExecutable = argv[iArg]; 1494 /* Before we send off the job, we should dump pending output, since 1495 the kWorker process currently does not coordinate its output with 1496 the output.c mechanics. */ 1497 if (pCtx->pOut) 1498 output_dump(pCtx->pOut); 1496 1499 1497 1500 rcExit = kSubmitSendJobMessage(pCtx, pWorker, pvMsg, cbMsg, 0 /*fNoRespawning*/, cVerbosity);
Note:
See TracChangeset
for help on using the changeset viewer.