mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
tools/testbuild.sh: kconfig-conf was silently failing because (1) it needs to execute from the top-level NuttX directory and (2) apps/Kconfig does not yet exist
This commit is contained in:
+1
-1
Submodule arch updated: 184bd455ff...92eab5a12b
+1
-1
Submodule configs updated: 131b6f6c9f...88faa8e05c
@@ -192,6 +192,8 @@ function configure {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo " Refreshing..."
|
echo " Refreshing..."
|
||||||
|
cd $nuttx || { echo "ERROR: failed to CD to $nuttx"; exit 1; }
|
||||||
|
make context 1>/dev/null 2>&1
|
||||||
kconfig-conf --olddefconfig Kconfig 1>/dev/null
|
kconfig-conf --olddefconfig Kconfig 1>/dev/null
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user