mirror of
https://github.com/apache/nuttx.git
synced 2026-05-29 04:19:37 +08:00
Revert "tools/testbuild.sh: suppress lots of stdout log from configure.sh"
f6fc87bc36commit silence configure.sh make output defautly, so revert it. This reverts commitf0267aff33.
This commit is contained in:
+1
-1
@@ -157,7 +157,7 @@ function distclean {
|
|||||||
|
|
||||||
function configure {
|
function configure {
|
||||||
echo " Configuring..."
|
echo " Configuring..."
|
||||||
./tools/configure.sh ${HOPTION} $config 1>/dev/null
|
./tools/configure.sh ${HOPTION} $config
|
||||||
|
|
||||||
if [ "X$toolchain" != "X" ]; then
|
if [ "X$toolchain" != "X" ]; then
|
||||||
setting=`grep _TOOLCHAIN_ $nuttx/.config | grep -v CONFIG_ARCH_TOOLCHAIN_* | grep =y`
|
setting=`grep _TOOLCHAIN_ $nuttx/.config | grep -v CONFIG_ARCH_TOOLCHAIN_* | grep =y`
|
||||||
|
|||||||
Reference in New Issue
Block a user