summaryrefslogtreecommitdiff
path: root/targets
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2017-11-03 00:29:42 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2017-11-03 00:29:42 +0000
commit2c36cefeaf061dd4aeb549469a2d19202d7d9d99 (patch)
tree79f69d7db747f71ae9807ea9d09d2f566a393de1 /targets
parent7d41856e5260c03cad66d6106ad220e536c709eb (diff)
downloadsrc-test2-2c36cefeaf061dd4aeb549469a2d19202d7d9d99.tar.gz
src-test2-2c36cefeaf061dd4aeb549469a2d19202d7d9d99.zip
Follow-up r325329: Store all WORLDTMP objects back in the same directory.
This still keeps the reduced MAKEOBJDIRPREFIX (SRCTOP) redundancy removed in the OBJDIR, but now keeps all early phase objects in the same directory rather than split per phase. The problem of splitting per phase is that later phases want to link in libraries from earlier phases and base their location on ${OBJTOP}. Pointyhat to: bdrewery Reported by: mjoras, Mark Millard Sponsored by: Dell EMC Isilon
Notes
Notes: svn path=/head/; revision=325350
Diffstat (limited to 'targets')
-rw-r--r--targets/pseudo/bootstrap-tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/pseudo/bootstrap-tools/Makefile b/targets/pseudo/bootstrap-tools/Makefile
index 6d5b18d99247..49b168e37211 100644
--- a/targets/pseudo/bootstrap-tools/Makefile
+++ b/targets/pseudo/bootstrap-tools/Makefile
@@ -34,7 +34,7 @@ OSRELDATE?= 0
# need to keep this in sync with src/Makefile.inc1
BSARGS= DESTDIR= \
- OBJTOP='${WORLDTMP}/obj-$${BWPHASE}' \
+ OBJTOP='${WORLDTMP}/obj-tools' \
OBJROOT='$${OBJTOP}/' \
BOOTSTRAPPING=${OSRELDATE} \
BWPHASE=${.TARGET} \