FreeBSD Bugzilla – Attachment 252906 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/14
patch-14-sys_conf_kern.post.mk.diff (text/plain), 1.29 KB, created by
Tatsuki Makino
on 2024-08-19 01:26:22 UTC
(
hide
)
Description:
patch for stable/14
Filename:
MIME Type:
Creator:
Tatsuki Makino
Created:
2024-08-19 01:26:22 UTC
Size:
1.29 KB
patch
obsolete
>diff --git a/sys/conf/kern.post.mk b/sys/conf/kern.post.mk >index d74087fc7..2f7905bdf 100644 >--- a/sys/conf/kern.post.mk >+++ b/sys/conf/kern.post.mk >@@ -116,7 +116,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} \ >@@ -128,7 +128,7 @@ PORTSMODULESENV=\ > all: > .for __i in ${PORTS_MODULES} > @${ECHO} "===> Ports module ${__i} (all)" >- cd ${PORTSDIR:U/usr/ports}/${__i}; ${PORTSMODULESENV} ${MAKE} -B clean build >+ cd ${PORTSDIR:U/usr/ports}/${__i:C/@[^@]*$//}; ${PORTSMODULESENV} ${MAKE} ${__i:M*@*:C/^.*@/FLAVOR=/:Q} clean build > .endfor > > .for __target in install reinstall clean >@@ -136,7 +136,7 @@ ${__target}: ports-${__target} > ports-${__target}: > .for __i in ${PORTS_MODULES} > @${ECHO} "===> Ports module ${__i} (${__target})" >- cd ${PORTSDIR:U/usr/ports}/${__i}; ${PORTSMODULESENV} ${MAKE} -B ${__target:C/(re)?install/deinstall reinstall/} >+ cd ${PORTSDIR:U/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