Don't propagate MAKEOBJDIRPREFIX changes to environment.
A makefile may use this variable later for its own reasons, don't infect sub-makes with that value. Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
e71b70609d
commit
6c062ce2f4
@ -43,7 +43,8 @@ MAKEOBJDIRPREFIX:= ${MAKEOBJDIRPREFIX}${TARGET:D/${TARGET}.${TARGET_ARCH}}
|
||||
# put things approximately where they want
|
||||
OBJROOT:= ${MAKEOBJDIRPREFIX}${SRCTOP}/
|
||||
MAKEOBJDIRPREFIX=
|
||||
.export MAKEOBJDIRPREFIX
|
||||
# export but do not track
|
||||
.export-env MAKEOBJDIRPREFIX
|
||||
.endif
|
||||
.if empty(MAKEOBJDIR)
|
||||
# OBJTOP set below
|
||||
|
Loading…
Reference in New Issue
Block a user