Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Also fix simple test redirecting diff's stdout to stderr.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
In particular, we now always print error message on non-0 exit except
in cases where such exit is ignored.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Currently this is implemented for C/C++ compile and link rules.
|
|
|
|
|
|
|
|
Also fix bug in out clearing.
|
|
|
|
x [...], for x [...])
|
|
|
|
|
|
|
|
Fixes GH issue #219.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This should also get rid of the bogus -Wdangling-pointer issued by GCC 12.
|
|
Unlike normal and ad hoc prerequisites, a post hoc prerequisite is built
after the target, not before. It may also form a dependency cycle together
with normal/ad hoc prerequisites. In other words, all this form of dependency
guarantees is that a post hoc prerequisite will be built if its dependent
target is built.
See the NEWS file for details and an example.
|
|
|
|
reproducers
|
|
|
|
|
|
|
|
|