From 123081c34f1696806f17277c94947ffbc8cde5b9 Mon Sep 17 00:00:00 2001 From: Marc Herbert Date: Mon, 6 Jul 2020 10:26:48 -0700 Subject: [PATCH] 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 --- scripts/xtensa-build-all.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/xtensa-build-all.sh b/scripts/xtensa-build-all.sh index dbfa11bc7..eddd6d1f6 100755 --- a/scripts/xtensa-build-all.sh +++ b/scripts/xtensa-build-all.sh @@ -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