summaryrefslogtreecommitdiffstats
path: root/development/bmake/bmake.SlackBuild
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2021-08-29 13:44:53 -0400
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-10-13 00:51:52 +0700
commit260d4647c94997b0a9152d541d94528587409e6b (patch)
treed6e659dce2b736bf701d3dd5ba0f8404c2208d65 /development/bmake/bmake.SlackBuild
parent04c4c5b4ff8a6004c9b9f4702c843008c0dc0889 (diff)
downloadslackbuilds-260d4647c94997b0a9152d541d94528587409e6b.tar.gz
slackbuilds-260d4647c94997b0a9152d541d94528587409e6b.tar.xz
development/bmake: Updated for version 20210803.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/bmake/bmake.SlackBuild')
-rw-r--r--development/bmake/bmake.SlackBuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/development/bmake/bmake.SlackBuild b/development/bmake/bmake.SlackBuild
index f9a4bee81d..f65fe60371 100644
--- a/development/bmake/bmake.SlackBuild
+++ b/development/bmake/bmake.SlackBuild
@@ -24,6 +24,9 @@
# Now maintained by B. Watson <yalhcru@gmail.com>
+# 20210829 bkw: update for 20210803
+# - there is a 20210808 release (5 days newer) but it fails its
+# own self-tests (specifically job-output-null).
# 20201106 bkw: update for 20201010
# 20200306 bkw: update for 20200212
# 20191211 bkw: update for 20181221
@@ -37,7 +40,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=bmake
-VERSION=${VERSION:-20201010}
+VERSION=${VERSION:-20210803}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -50,9 +53,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# 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
@@ -113,7 +113,7 @@ CXXFLAGS="$SLKCFLAGS" \
# The usual MAKEFLAGS=-j8 or such, will break the build. bmake interprets
# MAKEFLAGS differently from GNU make. Plus, the main part of the build
# (actually compiling bmake) isn't done by make, so MAKEFLAGS would have
-# no effect. Also, the build interprets TAG as selecting a test scenario.
+# no effect. Also, the build interprets TAG as selecting a test scenario.
env \
-u MAKEFLAGS \
-u TAG \