xtensa-build-all.sh: log the main cmake and defconfig commands

The main build script has a fairly verbose output by default but not the
most important things it does yet. These commands are useful to "peel"
the layer of indirection and debug cmake issues; either locally or when
wondering what CI does.

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
This commit is contained in:
Marc Herbert 2020-07-06 10:26:48 -07:00 committed by Liam Girdwood
parent a107cfabab
commit 123081c34f
1 changed files with 2 additions and 0 deletions

View File

@ -284,12 +284,14 @@ do
mkdir $BUILD_DIR
cd $BUILD_DIR
( set -x # log the main commands and their parameters
cmake -DTOOLCHAIN=$TOOLCHAIN \
-DROOT_DIR=$ROOT \
${PRIVATE_KEY_OPTION} \
..
make ${PLATFORM}${DEFCONFIG_PATCH}_defconfig
)
if [[ "x$MAKE_MENUCONFIG" == "xyes" ]]
then