From 0169b8abdc3f7944b3030ea0af40b2d2a65d327b Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 24 Aug 2021 21:44:33 -0400 Subject: system/makefile2graph: Remove template comment. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- system/makefile2graph/makefile2graph.SlackBuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'system/makefile2graph') diff --git a/system/makefile2graph/makefile2graph.SlackBuild b/system/makefile2graph/makefile2graph.SlackBuild index df00e77d702e5..0bafa67d65628 100644 --- a/system/makefile2graph/makefile2graph.SlackBuild +++ b/system/makefile2graph/makefile2graph.SlackBuild @@ -22,9 +22,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 @@ -59,7 +56,11 @@ cd $PRGNAM-$VERSION chown -R root:root . chmod 644 * -make -j1 \ +# 20210824 bkw: fix parallel build. not that helpful really since +# there's only one source file to compile anyway. +sed -i '/^install:/s,$, all,' Makefile + +make \ CFLAGS="$SLKCFLAGS -Wl,-s" DESTDIR=$PKG \ prefix=/usr man1dir=/usr/man/man1 pkgdocdir=/usr/doc/$PRGNAM-$VERSION \ all install -- cgit v1.2.3