Skip to content

Commit 5cef2c3

Browse files
committed
Force show make
1 parent 59efcde commit 5cef2c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dev/build/functions.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,10 @@ check_make()
126126
MAKE_QUIET="--quiet"
127127
fi
128128

129-
if (( VERBOSITY <= $LOG_DEBUG ))
130-
then
129+
# if (( VERBOSITY <= $LOG_DEBUG ))
130+
# then
131131
echo "using make: " $( which make )
132-
fi
132+
# fi
133133

134134
MAKE_V=""
135135
if (( VERBOSITY == $LOG_TRACE ))

0 commit comments

Comments
 (0)