summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-02-08 13:09:08 +0000
committerru <ru@FreeBSD.org>2002-02-08 13:09:08 +0000
commitfe2d1dffd326d27189f73fd3c69e407beecc937c (patch)
tree17aadb5f893f0f206b7ca0960b604e0d209b43ba /Makefile.inc1
parent3592b29f5e399a83c9eb6d700c92cac4083bf2ef (diff)
downloadFreeBSD-src-fe2d1dffd326d27189f73fd3c69e407beecc937c.zip
FreeBSD-src-fe2d1dffd326d27189f73fd3c69e407beecc937c.tar.gz
FreeBSD 4.1 bootstrapping aid (setproctitle(3) is in -lutil).
This backs out (sort of) delta 1.18 to perl/miniperl/Makefile. Update to the ld(1) comment by peter in this revision: ld(1) built as part of the cross-tools stage of buildworld has been fixed to look for dynamic dependencies in the right place, ${WORLDTMP}/usr/lib, effective binutils/ld/Makefile,v 1.20. Approved by: markm
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 0b1bf26..6c104d4 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -189,7 +189,7 @@ BMAKE= ${BMAKEENV} ${MAKE} -f Makefile.inc1 -DBOOTSTRAPPING \
TMAKEENV= MAKEOBJDIRPREFIX=${OBJTREE} \
DESTDIR= \
INSTALL="sh ${.CURDIR}/tools/install.sh"
-TMAKE= ${TMAKEENV} ${MAKE} -f Makefile.inc1
+TMAKE= ${TMAKEENV} ${MAKE} -f Makefile.inc1 -DBOOTSTRAPPING
# cross-tool stage
XMAKE= TOOLS_PREFIX=${WORLDTMP} ${BMAKE} -DNO_FORTRAN -DNO_GDB
OpenPOWER on IntegriCloud