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-10 23:35:38 -0500
commit951ee88a077c949e4eb3c5a7d4489f57443cf081 (patch)
tree340bcbe0ba2beae0ba8d4046192de8efeec15af5 /configure
parentade5d0b6858a6ebc68abe5d3a44d65bd4bb9e32e (diff)
downloadperk-951ee88a077c949e4eb3c5a7d4489f57443cf081.tar.bz2
perk-951ee88a077c949e4eb3c5a7d4489f57443cf081.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"