Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Jan 1999 07:48:02 +0100 (CET)
From:      Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   conf/9386: can we add this to /usr/share/mk/sys.mk?
Message-ID:  <199901080648.HAA07230@internal>

index | next in thread | raw e-mail


>Number:         9386
>Category:       conf
>Synopsis:       can we add this to /usr/share/mk/sys.mk?
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan  7 22:50:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Andre Albsmeier
>Release:        FreeBSD 2.2.8-STABLE i386
>Organization:
>Environment:

Only -stable, it is already in -current.

>Description:

In version 1.41 for sys.mk for -current we find an addition which         
includes /etc/make.conf.local after /etc/make.conf. I assume this   
has been done to specify local changes/additions without having to       
modify /etc/make.conf (same as rc.conf and rc.conf.local).                                     

If it is so, I would like to see this in -stable also. It doesn't
break anything because if the file doesn't exist, no harm is done.                         

Would someone like to commit this for -stable, please?                    

(See http://www.freebsd.org/cgi/cvsweb.cgi/src/share/mk/sys.mk.diff?r1=1.40&r2=1.41)


>How-To-Repeat:


>Fix:
	
--- sys.mk.ORI	Fri Jan  8 07:46:15 1999
+++ sys.mk	Fri Jan  8 07:46:52 1999
@@ -235,3 +235,7 @@
 .if exists(/etc/make.conf)
 .include </etc/make.conf>
 .endif
+
+.if exists(/etc/make.conf.local)
+.include </etc/make.conf.local>
+.endif
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message


help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901080648.HAA07230>