File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -220,10 +220,10 @@ function runMake
220220 end
221221
222222 if test " $SHOW_DETAILS " = " On"
223- make $MAKEFLAGS $argv [1] 2>&1
223+ make $MAKEFLAGS $argv [1] VERBOSE=1 2>&1
224224 or exit $status
225225 else
226- echo make output in work/buildArangoDB.log
226+ echo make output in work/buildArangoDB.log
227227 set -l ep " "
228228
229229 if test " $SHOW_DETAILS " = " Ping"
@@ -232,9 +232,9 @@ function runMake
232232 end
233233
234234 if test " $argv [1]" = " install"
235- nice make $MAKEFLAGS > $INNERWORKDIR /buildArangoDB.log 2>&1
235+ nice make $MAKEFLAGS > $INNERWORKDIR /buildArangoDB.log VERBOSE=1 2>&1
236236 end
237- and nice make $MAKEFLAGS $argv [1] >> $INNERWORKDIR /buildArangoDB.log 2>&1
237+ and nice make $MAKEFLAGS $argv [1] >> $INNERWORKDIR /buildArangoDB.log VERBOSE=1 2>&1
238238 or begin
239239 if test -n " $ep "
240240 kill $ep
You can’t perform that action at this time.
0 commit comments