From cc7f4047231bbed2b6768ab38d8c836db27b4d40 Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 17 Feb 2017 20:07:33 +0800 Subject: suppress config output --- xmake/actions/config/main.lua | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/xmake/actions/config/main.lua b/xmake/actions/config/main.lua index 950f6a06f..57ddc2a4e 100755 --- a/xmake/actions/config/main.lua +++ b/xmake/actions/config/main.lua @@ -241,12 +241,16 @@ function main() configheader.make() end - -- dump it - config.dump() + -- trace + if recheck or option.get("verbose") then + + -- dump it + config.dump() + + -- trace + cprint("${bright}configure ok!") + end -- finished _g.finished = true - - -- trace - cprint("${bright}configure ok!") end -- cgit v1.3.1