Final way: Don't include /etc/defaults/make.conf at all. It wasn't
supposed to be edited by the user and didn't define important things, thus we can just skip it (that's where it differs from the make.conf.local change). Submitted by: ru
This commit is contained in:
parent
64396d11be
commit
4006cfa6ed
@ -244,10 +244,6 @@ HTAGSFLAGS=
|
||||
|
||||
.endif
|
||||
|
||||
.if exists(/etc/defaults/make.conf)
|
||||
.include </etc/defaults/make.conf>
|
||||
.endif
|
||||
|
||||
.if exists(/etc/make.conf)
|
||||
.include </etc/make.conf>
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user