summarylogtreecommitdiffstats
path: root/make.bash
diff options
context:
space:
mode:
Diffstat (limited to 'make.bash')
-rw-r--r--make.bash10
1 files changed, 1 insertions, 9 deletions
diff --git a/make.bash b/make.bash
index 1c8094331ea2..b25cc13a8692 100644
--- a/make.bash
+++ b/make.bash
@@ -62,19 +62,11 @@ build_for_linux () {
-o bin/linux/${EXE_BASENAME}-x86_64
RETVAL=$?
if [ $RETVAL != 0 ]; then
- echo "....gox failed, exiting"
+ echo "....go failed, exiting"
exit $RETVAL
fi
unset RETVAL
- #echo "....UPX packaging output"
- #goupx --best bin/linux/${EXE_BASENAME}-x86_64
- #RETVAL=$?
- #if [ $RETVAL != 0 ]; then
- #echo ".....goupx failed, exiting"
- #exit $RETVAL
- #fi
- #unset RETVAL
}
TARGET=$1