FreeBSD Bugzilla – Attachment 238693 Details for
Bug 268299
PORTSDIR variable not being read from /etc/make.conf when building kernel.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
kern.post.mk change to properly expand PORTSDIR
portsdir.diff (text/plain), 893 bytes, created by
Yuri
on 2022-12-10 16:17:27 UTC
(
hide
)
Description:
kern.post.mk change to properly expand PORTSDIR
Filename:
MIME Type:
Creator:
Yuri
Created:
2022-12-10 16:17:27 UTC
Size:
893 bytes
patch
obsolete
>diff --git a/sys/conf/kern.post.mk b/sys/conf/kern.post.mk >index d08dfe30d7d..7b208510483 100644 >--- a/sys/conf/kern.post.mk >+++ b/sys/conf/kern.post.mk >@@ -133,7 +133,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:U/usr/ports}/${__i}; ${PORTSMODULESENV} ${MAKE} -B clean build > .endfor > > .for __target in install reinstall clean >@@ -141,7 +141,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:U/usr/ports}/${__i}; ${PORTSMODULESENV} ${MAKE} -B ${__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 268299
: 238693