diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-05-04 22:06:08 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-05-04 22:06:08 +0800 |
commit | 35ddad36f95eb05fff30ddca8e990b9ceb35bc36 (patch) | |
tree | 20dbde6d95ce50dde89bcaeaaee0c6c3ee84e6b1 /x11-toolkits | |
parent | 2302daa10661f7f25a58145b891e143c373b065b (diff) | |
download | freebsd-ports-gnome-35ddad36f95eb05fff30ddca8e990b9ceb35bc36.tar.gz freebsd-ports-gnome-35ddad36f95eb05fff30ddca8e990b9ceb35bc36.tar.zst freebsd-ports-gnome-35ddad36f95eb05fff30ddca8e990b9ceb35bc36.zip |
- When DISABLE_MAKE_JOBS or MAKE_JOBS_UNSAFE is set, also set
MAKE_JOBS_NUMBER to 1. This makes it safe to do -j${MAKE_JOBS_NUMBER}
without any extra logic.
- Cleanup ports working around the empty MAKE_JOBS_NUMBER
- This also fixes several ports that were expecting MAKE_JOBS_NUMBER
to always have a number
Reviewed by: bapt
Spotted by: John Marino <draco@marino.st>
With hat: portmgr
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/flowcanvas/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/x11-toolkits/flowcanvas/Makefile b/x11-toolkits/flowcanvas/Makefile index d6973cc8d35c..9c13ae7f3c10 100644 --- a/x11-toolkits/flowcanvas/Makefile +++ b/x11-toolkits/flowcanvas/Makefile @@ -31,9 +31,7 @@ CFLAGS+= -I${LOCALBASE}/include WAF_VERBOSE= --verbose .endif -.if defined(MAKE_JOBS_NUMBER) WAF_JOBS= --jobs=${MAKE_JOBS_NUMBER} -.endif post-patch: @${REINPLACE_CMD} -e \ |