diff options
author | midipix <writeonce@midipix.org> | 2016-02-27 10:15:23 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-02-27 16:13:47 -0500 |
commit | 25735887c1961e03f57a2745aba40e4d38a7d4ab (patch) | |
tree | e1b2515db6321c7803b7126686ae66eb4655380b /configure | |
parent | 845575649c97b09aa4dabdb7e4a87ed2104bc2d7 (diff) | |
download | dalist-25735887c1961e03f57a2745aba40e4d38a7d4ab.tar.bz2 dalist-25735887c1961e03f57a2745aba40e4d38a7d4ab.tar.xz |
build system: configure: call make host.tag in quiet mode.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |