FreeBSD Bugzilla – Attachment 13830 Details for
Bug 26145
[PATCH] There is no make.conf equivalent to ${rc_conf_files}
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 670 bytes, created by
kway
on 2001-03-27 15:00:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
kway
Created:
2001-03-27 15:00:01 UTC
Size:
670 bytes
patch
obsolete
>--- /usr/share/mk/sys.mk.orig Tue Mar 27 08:16:31 2001 >+++ /usr/share/mk/sys.mk Tue Mar 27 08:40:48 2001 >@3@ -240,15 +240,25 @@ > .include </etc/defaults/make.conf> > .endif > >+.if defined(MAKECONF) && !empty(MAKECONF) >+.for conf in ${MAKECONF} >+.if exists(${conf}) >+.include "${conf}" >+.endif >+.endfor >+.else > .if exists(/etc/make.conf) > .include </etc/make.conf> > .endif >+.endif > > .include <bsd.cpu.mk> > >+.if !defined(MAKECONF) > .if exists(/etc/make.conf.local) > .error Error, original /etc/make.conf should be moved to the /etc/defaults/ directory and /etc/make.conf.local should be renamed to /etc/make.conf. > .include </etc/make.conf.local> >+.endif > .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 26145
:
13829
| 13830