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-02-27 16:13:47 -0500
commit25735887c1961e03f57a2745aba40e4d38a7d4ab (patch)
treee1b2515db6321c7803b7126686ae66eb4655380b /configure
parent845575649c97b09aa4dabdb7e4a87ed2104bc2d7 (diff)
downloaddalist-25735887c1961e03f57a2745aba40e4d38a7d4ab.tar.bz2
dalist-25735887c1961e03f57a2745aba40e4d38a7d4ab.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 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"