Changeset 3315 for trunk/src/kObjCache


Ignore:
Timestamp:
Mar 31, 2020, 3:12:19 AM (5 years ago)
Author:
bird
Message:

lib/kDep+users: Escape spaces and such in dependency files (experimental).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kObjCache/kObjCache.c

    r3239 r3315  
    11341134        *psz++ = '/';
    11351135
    1136     fprintf(pFile, "%s:", pszObjFileAbs);
     1136    depPrintTargetWithDeps(&pDepState->Core, pFile, pszObjFileAbs, 1 /*fEscapeTarget*/);
    11371137    free(pszObjFileAbs);
    1138     depPrint(&pDepState->Core, pFile);
    11391138    if (fGenStubs)
    11401139        depPrintStubs(&pDepState->Core, pFile);
Note: See TracChangeset for help on using the changeset viewer.