Skip to content

Commit

Permalink
Add debug
Browse files Browse the repository at this point in the history
Signed-off-by: Stewart X Addison <[email protected]>
  • Loading branch information
sxa committed Nov 18, 2023
1 parent ff86e29 commit d043e8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sbin/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ buildTemplatedFile() {
ADDITIONAL_MAKE_TARGETS=""
fi

FULL_MAKE_COMMAND="${BUILD_CONFIG[MAKE_COMMAND_NAME]} ${BUILD_CONFIG[MAKE_ARGS_FOR_ANY_PLATFORM]} ${BUILD_CONFIG[USER_SUPPLIED_MAKE_ARGS]} ${ADDITIONAL_MAKE_TARGETS}"
FULL_MAKE_COMMAND="${BUILD_CONFIG[MAKE_COMMAND_NAME]} V=1 ${BUILD_CONFIG[MAKE_ARGS_FOR_ANY_PLATFORM]} ${BUILD_CONFIG[USER_SUPPLIED_MAKE_ARGS]} ${ADDITIONAL_MAKE_TARGETS}"

if [[ "${BUILD_CONFIG[ASSEMBLE_EXPLODED_IMAGE]}" == "true" ]]; then
# This is required so that make will only touch the jmods and not re-compile them after signing
Expand All @@ -656,7 +656,7 @@ buildTemplatedFile() {
# shellcheck disable=SC2002
cat "$SCRIPT_DIR/build.template" |
sed -e "s|{configureArg}|${FULL_CONFIGURE}|" \
-e "s|{makeCommandArg}|${FULL_MAKE_COMMAND}|" >"${BUILD_CONFIG[WORKSPACE_DIR]}/config/configure-and-build.sh"
-e "s|{makeCommandArg}|${FULL_MAKE_COMMAND} \|\| \( echo SXAEC; ${FULL_MAKE_COMMAND}\)|" >"${BUILD_CONFIG[WORKSPACE_DIR]}/config/configure-and-build.sh"
}

createSourceArchive() {
Expand Down

0 comments on commit d043e8c

Please sign in to comment.