summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-02-27 10:15:23 -0500
committermidipix <writeonce@midipix.org>2016-02-27 14:42:49 -0500
commitc4c525fc1e05fc81260d75c80108f109e3cff4b3 (patch)
tree55a87ca19a70aa0e5a21779996193c386f57dbfb /configure
parent14a0c0fef297037d6cbf1870f18d88f690bcf8ab (diff)
downloadapimagic-c4c525fc1e05fc81260d75c80108f109e3cff4b3.tar.bz2
apimagic-c4c525fc1e05fc81260d75c80108f109e3cff4b3.tar.xz
build system: configure: call make host.tag in quiet mode.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index b5f90e2..fc22842 100755
--- a/configure
+++ b/configure
@@ -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"