mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Move include of auto.obj.mk to sys.mk
This commit is contained in:
parent
1253b02bf9
commit
89ea69b2fa
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/projects/bmake/; revision=283347
@ -158,14 +158,6 @@ TARGET_MACHINE= host
|
||||
OBJTOP := ${HOST_OBJTOP}
|
||||
.endif
|
||||
|
||||
# if you want objdirs make them automatic
|
||||
# we need .OBJDIR made before we start populating .PATH
|
||||
.if ${MKOBJDIRS:Uno} == "auto" || defined(WITH_AUTO_OBJ)
|
||||
WITH_AUTO_OBJ= yes
|
||||
MKOBJDIRS=auto
|
||||
.include <auto.obj.mk>
|
||||
.endif
|
||||
|
||||
# the logic in bsd.own.mk forces this dance
|
||||
.ifndef WITHOUT_META_MODE
|
||||
WITH_META_MODE= yes
|
||||
|
Loading…
Reference in New Issue
Block a user