Revert "bsd.own.mk: Deorbit compat include of bsd.compiler.mk"
This reverts commit 0bebad8d07.
It might be that all that's needed to fix this is to add
".include <bsd.compiler.mk>" to some Makefiles. I'll look into it soon
but for now let's unbreak HEAD.
Approved by: bnovkov (mentor)
Differential Revision: https://reviews.freebsd.org/D55869
This commit is contained in:
@@ -291,4 +291,10 @@ 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