diff options
author | midipix <writeonce@midipix.org> | 2016-02-27 10:15:23 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-02-27 16:16:53 -0500 |
commit | 8b78ec06bcd393fb06d5983714e28ae615837338 (patch) | |
tree | cfa182b778e635ca0ebce246a19ee384fe9cf5fd /configure | |
parent | 521d20acacff2b4a2cddea16a1888df3d23332a0 (diff) | |
download | pemagine-8b78ec06bcd393fb06d5983714e28ae615837338.tar.bz2 pemagine-8b78ec06bcd393fb06d5983714e28ae615837338.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" |