diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-05-04 14:06:08 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-05-04 14:06:08 +0000 |
commit | 63f76304d6f21c191cb8e08ab49787bcf031fb6d (patch) | |
tree | 20dbde6d95ce50dde89bcaeaaee0c6c3ee84e6b1 /audio/patchage | |
parent | 72e61e01d5850e4a1b7f817ff8c3f51d32dc101c (diff) |
- 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
Notes
Notes:
svn path=/head/; revision=317320
Diffstat (limited to 'audio/patchage')
-rw-r--r-- | audio/patchage/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/audio/patchage/Makefile b/audio/patchage/Makefile index 6b6ad7c9a95f..9cdcfed8747f 100644 --- a/audio/patchage/Makefile +++ b/audio/patchage/Makefile @@ -37,9 +37,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 \ |