aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-apps-header.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/common/include-apps-header.sh')
-rw-r--r--jjb/common/include-apps-header.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/jjb/common/include-apps-header.sh b/jjb/common/include-apps-header.sh
index da084eda..9afcbde6 100644
--- a/jjb/common/include-apps-header.sh
+++ b/jjb/common/include-apps-header.sh
@@ -24,18 +24,9 @@ function dprint() {
:
}
-#export TARGETARCHALL="arm aarch64 x86-64"
-#set | grep arm
-#set | grep aarch64
-#set | grep x86-64
-
echo "################################################################################"
set | grep TARGETARCH
echo "################################################################################"
-#if test x"" = x"${TARGETARCH}"; then
-# export TARGETARCH="arm"
-#fi
-#set +x
# finally cmdline arguments
while getopts ":b:a:p:r:dvx" opt; do