summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-02-27 10:15:23 -0500
committermidipix <writeonce@midipix.org>2016-02-27 16:20:34 -0500
commit349040b8c0b636a01ff66e10b748693129898483 (patch)
treea35df1bf753c9320eb53eaf4d53bc58afff99e17
parent3b87ee837963e52659166d98adcca7aa6df4efe9 (diff)
downloadntcon-349040b8c0b636a01ff66e10b748693129898483.tar.bz2
ntcon-349040b8c0b636a01ff66e10b748693129898483.tar.xz
build system: configure: call make host.tag in quiet mode.
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 0252686..ba30ace 100755
--- a/configure
+++ b/configure
@@ -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"