diff options
author | midipix <writeonce@midipix.org> | 2016-02-27 10:15:23 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-02-27 10:58:07 -0500 |
commit | 52d75a91187f1e129081e747503970dc600f9167 (patch) | |
tree | c868ec360ac3403eeeb868d8dde0cc3f30bb9214 /configure | |
parent | 239036f998a5e14c9dee45b7d103ea64ea8ad845 (diff) | |
download | sofort-52d75a91187f1e129081e747503970dc600f9167.tar.bz2 sofort-52d75a91187f1e129081e747503970dc600f9167.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
@@ -359,7 +359,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" |