bsd.own.mk: Deorbit compat include of bsd.compiler.mk
Commit b946bedd09 ("Previous versions of bsd.own.mk [...]")
mentions that bsd.own.mk included bsd.compiler.mk as a temporary
workaround and was destined to be removed in FreeBSD 12. Do that now.
PR: 203540
Reviewed by: bnovkov, imp
Approved by: bnovkov (mentor)
Differential Revision: https://reviews.freebsd.org/D55867
This commit is contained in:
@@ -291,10 +291,4 @@ TESTSBASE?= /usr/tests
|
||||
|
||||
DEPENDFILE?= .depend
|
||||
|
||||
# Compat for the moment -- old bsd.own.mk only included this when _WITHOUT_SRCCONF
|
||||
# wasn't defined. bsd.ports.mk and friends depend on this behavior. Remove in 12.
|
||||
.if !defined(_WITHOUT_SRCCONF)
|
||||
.include <bsd.compiler.mk>
|
||||
.endif # !_WITHOUT_SRCCONF
|
||||
|
||||
.endif # !target(__<bsd.own.mk>__)
|
||||
|
||||
Reference in New Issue
Block a user