FreeBSD Bugzilla – Attachment 186370 Details for
Bug 222322
parallel doc build
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch
patch.parallel (text/plain), 588 bytes, created by
Wolfram Schneider
on 2017-09-14 09:52:21 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Wolfram Schneider
Created:
2017-09-14 09:52:21 UTC
Size:
588 bytes
patch
obsolete
>commit 0f7542760b9a5c9f3ce473c953e17ed9388fee97 >Author: Wolfram Schneider <wosch@freebsd.org> >Date: Tue Sep 12 08:59:06 2017 +0000 > > parallel build > >diff --git a/share/mk/doc.project.mk b/share/mk/doc.project.mk >index 244195bcbc..c7baaa0df7 100644 >--- a/share/mk/doc.project.mk >+++ b/share/mk/doc.project.mk >@@ -104,3 +104,8 @@ DOC_LOCAL_MK= ${DOC_PREFIX}/${LANGCODE}/share/mk/doc.local.mk > > # Subdirectory glue. > .include "doc.subdir.mk" >+ >+NCPU?= 8 >+p-all: >+ make -V SUBDIR | perl -npe 's/ /\n/g' | perl -ne 'print if s/^(.+)/make -C $$1\0/' | xargs -0 -n1 -P${NCPU} /bin/sh -c >+
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 Raw
Actions:
View
Attachments on
bug 222322
: 186370