VirtualBox

Changeset 3194 in kBuild for trunk/src/kmk/kmkbuiltin/kSubmit.c


Ignore:
Timestamp:
Mar 27, 2018 2:05:17 PM (7 years ago)
Author:
bird
Message:

kmk/win: Windows kmk now defaults to --output-sync=target. Fixed output sync on windows in nested make processes that got busted by winchildren and it's no inheritance policy.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/kmkbuiltin/kSubmit.c

    r3192 r3194  
    14921492        if (pWorker)
    14931493        {
    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);
    14961499
    14971500            rcExit = kSubmitSendJobMessage(pCtx, pWorker, pvMsg, cbMsg, 0 /*fNoRespawning*/, cVerbosity);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette