Removed conditional include of /etc/make.conf.local and the error for the
existence of this file. This stopped working more than 4 years ago when the generation of the error was added in rev.1.44. The .error directive gives fatal errors, so stale /etc/make.conf.local files must have been gone away more than 4 years on systems where make(1) works.
This commit is contained in:
parent
07dee1a777
commit
88d2251a91
@ -261,11 +261,6 @@ __MAKE_CONF?=/etc/make.conf
|
||||
|
||||
.include <bsd.cpu.mk>
|
||||
|
||||
.if exists(/etc/make.conf.local)
|
||||
.error Error, /etc/make.conf.local should be renamed to /etc/make.conf.
|
||||
.include </etc/make.conf.local>
|
||||
.endif
|
||||
|
||||
# Default executable format
|
||||
# XXX hint for bsd.port.mk
|
||||
OBJFORMAT?= elf
|
||||
|
Loading…
x
Reference in New Issue
Block a user