Closed gavanderhoorn closed 8 years ago
The current implementation does not support generating dependency files (.d) and compilation in a single invocation (after writing out the dependency information, ktransw exits).
.d
ktransw
gcc does support both in a single invocation, and so should ktransw.
gcc
Fixed in 5c03c241f5beb69ebf6ee2ed0b5d1b31c06a82ae: ktransw no longer unconditionally exits after generation of the dependency information.
The current implementation does not support generating dependency files (
.d
) and compilation in a single invocation (after writing out the dependency information,ktransw
exits).gcc
does support both in a single invocation, and so shouldktransw
.