diff options
author | midipix <writeonce@midipix.org> | 2016-02-27 10:15:23 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-02-27 16:18:26 -0500 |
commit | e98fba994cc4fbb788ce8dc0f0c88d51c8d625e6 (patch) | |
tree | 69ae1d1fc66308f59a71f6e1350186b2addd2d34 /configure | |
parent | 61292938e37e897870f0b45d2d2a06b220a7cce6 (diff) | |
download | ntapi-e98fba994cc4fbb788ce8dc0f0c88d51c8d625e6.tar.bz2 ntapi-e98fba994cc4fbb788ce8dc0f0c88d51c8d625e6.tar.xz |
build system: configure: call make host.tag in quiet mode.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -353,7 +353,7 @@ config_copy() config_host() { - make host.tag && return 0 + make -s host.tag && return 0 error_msg "configure was able to generate a Makefile for the selected host," error_msg "however the host-targeting compiler was found to be missing" |