FreeBSD Bugzilla – Attachment 234307 Details for
Bug 237290
build(7): PORTS_MODULES does not build in parallel
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for stable/12
patch.diff (text/plain), 1.29 KB, created by
Tatsuki Makino
on 2022-05-29 11:08:04 UTC
(
hide
)
Description:
patch for stable/12
Filename:
MIME Type:
Creator:
Tatsuki Makino
Created:
2022-05-29 11:08:04 UTC
Size:
1.29 KB
patch
obsolete
>diff --git a/sys/conf/kern.post.mk b/sys/conf/kern.post.mk >index cce9fcfd1c6..54880439c57 100644 >--- a/sys/conf/kern.post.mk >+++ b/sys/conf/kern.post.mk >@@ -83,7 +83,7 @@ PORTSMODULESENV=\ > -u MAKESYSPATH \ > -u MK_AUTO_OBJ \ > -u MAKEOBJDIR \ >- MAKEFLAGS="${MAKEFLAGS:M*:tW:S/^-m /-m_/g:S/ -m / -m_/g:tw:N-m_*:NMK_AUTO_OBJ=*}" \ >+ MAKEFLAGS="${MAKEFLAGS:M*:C/((^| )-[Jjm]) /\1/gW:N-[Jjm]*:NMK_AUTO_OBJ=*}" \ > SYSDIR=${SYSDIR} \ > PATH=${PATH}:${LOCALBASE}/bin:${LOCALBASE}/sbin \ > SRC_BASE=${SRC_BASE} \ >@@ -95,7 +95,7 @@ PORTSMODULESENV=\ > all: > .for __i in ${PORTS_MODULES} > @${ECHO} "===> Ports module ${__i} (all)" >- cd $${PORTSDIR:-/usr/ports}/${__i}; ${PORTSMODULESENV} ${MAKE} -B clean build >+ cd $${PORTSDIR:-/usr/ports}/${__i:C/@[^@]*$//}; ${PORTSMODULESENV} ${MAKE} ${__i:M*@*:C/^.*@/FLAVOR=/:Q} clean build > .endfor > > .for __target in install reinstall clean >@@ -103,7 +103,7 @@ ${__target}: ports-${__target} > ports-${__target}: > .for __i in ${PORTS_MODULES} > @${ECHO} "===> Ports module ${__i} (${__target})" >- cd $${PORTSDIR:-/usr/ports}/${__i}; ${PORTSMODULESENV} ${MAKE} -B ${__target:C/(re)?install/deinstall reinstall/} >+ cd $${PORTSDIR:-/usr/ports}/${__i:C/@[^@]*$//}; ${PORTSMODULESENV} ${MAKE} ${__i:M*@*:C/^.*@/FLAVOR=/:Q} ${__target:C/(re)?install/deinstall reinstall/} > .endfor > .endfor > .endif
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 237290
:
203705
|
203755
|
205980
|
234277
|
234307
|
247153
|
247166
|
252906