1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-29 08:08:37 +00:00

Define OBJTOP earlier if possible for use in targets.

Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
Bryan Drewery 2016-03-31 14:48:17 +00:00
parent 36a947e91e
commit 8f399aba4d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=297454

View File

@ -23,6 +23,10 @@ MAKE_PRINT_VAR_ON_ERROR += .MAKE.MAKEFILES .PATH
.endif
.endif
.if !empty(.OBJDIR)
OBJTOP?= ${.OBJDIR:S,${.CURDIR},,}${SRCTOP}
.endif
.include "src.sys.mk"
.if ${.MAKE.MODE:Mmeta*} != ""