FreeBSD Bugzilla – Attachment 155340 Details for
Bug 197910
devel/ninja: MAKE_JOBS behavior differs from make
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
ninja.diff (text/plain), 699 bytes, created by
Antoine Brodin
on 2015-04-08 14:25:52 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Antoine Brodin
Created:
2015-04-08 14:25:52 UTC
Size:
699 bytes
patch
obsolete
>Index: Mk/Uses/ninja.mk >=================================================================== >--- Mk/Uses/ninja.mk (revision 383565) >+++ Mk/Uses/ninja.mk (working copy) >@@ -27,6 +27,7 @@ > MAKEFILE= > MAKE_CMD= ninja > MAKE_FLAGS= >+_MAKE_JOBS= -j${MAKE_JOBS_NUMBER} # Use -j1 for MAKE_JOBS_NUMBER=1 too > _DESTDIR_VIA_ENV= yes > > .endif >Index: Mk/bsd.port.mk >=================================================================== >--- Mk/bsd.port.mk (revision 383565) >+++ Mk/bsd.port.mk (working copy) >@@ -2047,7 +2047,7 @@ > > # Multiple make jobs support > .if defined(DISABLE_MAKE_JOBS) || defined(MAKE_JOBS_UNSAFE) >-_MAKE_JOBS= # >+_MAKE_JOBS?= # > MAKE_JOBS_NUMBER= 1 > .else > .if defined(MAKE_JOBS_NUMBER)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 197910
:
155305
| 155340