Fix MAKESYSPATH not being sent to sub-makes after r266566.
Because bmake defaults to .../share/mk now, this code was not doing anything to help objdir builds (such as the rescue build). Export the same default. Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
016448a507
commit
7c75c54f37
@ -34,4 +34,7 @@ MK_META_MODE= no
|
||||
.if ${MAKESYSPATH:Uno:M*.../*} != ""
|
||||
MAKESYSPATH:= ${MAKESYSPATH:S,.../share/mk,${.PARSEDIR:tA},}
|
||||
.export MAKESYSPATH
|
||||
.elif empty(MAKESYSPATH)
|
||||
MAKESYSPATH:= ${.PARSEDIR:tA}
|
||||
.export MAKESYSPATH
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user