summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2010-06-24 16:32:20 +0000
committerimp <imp@FreeBSD.org>2010-06-24 16:32:20 +0000
commit285328259a9e9e91e130d866575ceadf7ba40563 (patch)
tree8cb87a805d5ec076d7c7ff2cbb43c35454d0fb70 /Makefile.inc1
parentafa2ffffddf42131986115f223edb79ad2dfaa8f (diff)
downloadFreeBSD-src-285328259a9e9e91e130d866575ceadf7ba40563.zip
FreeBSD-src-285328259a9e9e91e130d866575ceadf7ba40563.tar.gz
Merge from tbemd:
change the name of the object tree from ${TARGET} to ${TARGET}.${TARGET_ARCH} so we can do both big and little endian builds in the same tree. Reviewed by: arch@ (twice)
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index dbb4d9f..1c34918 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -165,7 +165,7 @@ BUILD_ARCH!= uname -p
.if ${MACHINE} == ${TARGET} && !defined(CROSS_BUILD_TESTING)
OBJTREE= ${MAKEOBJDIRPREFIX}
.else
-OBJTREE= ${MAKEOBJDIRPREFIX}/${TARGET}
+OBJTREE= ${MAKEOBJDIRPREFIX}/${TARGET}.${TARGET_ARCH}
.endif
WORLDTMP= ${OBJTREE}${.CURDIR}/tmp
# /usr/games added for fortune which depend on strfile
OpenPOWER on IntegriCloud