summaryrefslogtreecommitdiffhomepage
path: root/configure
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-02-27 10:15:23 -0500
committermidipix <writeonce@midipix.org>2016-11-11 00:22:36 -0500
commite9d505dcc1e95e0bc8c0e415b6a9837eba5cd06a (patch)
treeb1a2d4bbd06ab76b584e290745e3a41599f19472 /configure
parentb4b1fc0122324f76023c8af8370f884ddd47d3ca (diff)
downloadmdso-e9d505dcc1e95e0bc8c0e415b6a9837eba5cd06a.tar.bz2
mdso-e9d505dcc1e95e0bc8c0e415b6a9837eba5cd06a.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"