diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2009-05-07 11:36:38 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2009-05-07 15:14:14 +0100 |
commit | 849bdee199b5ebba467603a69d30bb519c10bc75 (patch) | |
tree | 31044d186b6026d567043677c5595c37876c7eb1 /build | |
parent | 84fad4b11bc26cfd0847660e3309eb902d783713 (diff) |
[check] Quieten output during checking headers-standalone
Remove the duplication of the compile line and enable shave to replace it
entirely with a "CHECK $header". This should make errors more obvious.
Diffstat (limited to 'build')
-rw-r--r-- | build/shave.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/shave.in b/build/shave.in index 5c16f27a..cedccd47 100644 --- a/build/shave.in +++ b/build/shave.in @@ -69,6 +69,9 @@ lt_unmangle "$lt_output" output=$last_result if test -z $V; then + if test $output = "/dev/null"; then + pass_through=1 + fi if test $pass_through -eq 0; then echo "$Q$output" fi |