system/newLd: Remove comments.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2023-12-15 07:01:03 +07:00
parent 47002fe9a4
commit 2a04c13b66
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -44,15 +44,6 @@ if [ -z "$ARCH" ]; then
esac
fi
# Not yet in slackbuilds
## If the variable PRINT_PACKAGE_NAME is set, then this script will report what
## the name of the created package would be, and then exit. This information
## could be useful to other scripts.
#if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
# echo "$PRGNAM-$VERSION-$ARCH-$BUILD.txz"
# exit 0
#fi
# Set to ld.gold or ld.bfd:
DEFAULT_LD=ld.bfd
@ -87,9 +78,6 @@ esac
set -e
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@ -97,6 +85,7 @@ fi
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
rm -rf $PKG
mkdir -p $TMP $PKG