mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-18 15:30:21 +00:00
META MODE: Need to include the LEGACY_TOOLS directories into PATH.
This is just as Makefile.inc1 does it for these phases. Otherwise some of the build tools are not found and used properly, such as 'make-roken' in the kerberos5 build on older releases. Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
08b20c637c
commit
0695a3bcd6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=291317
@ -21,7 +21,8 @@ BSENV= \
|
||||
TARGET=${HOST_MACHINE} TARGET_ARCH=${HOST_MACHINE_ARCH} \
|
||||
WITHOUT_STAGING=1 STAGE_ROOT= BOOTSTRAPPING_TOOLS=1 \
|
||||
WORLDTMP=${BTOOLSDIR} LEGACY_TOOLS=${LEGACY_TOOLS} \
|
||||
INSTALL="sh ${SRCTOP}/tools/install.sh"
|
||||
INSTALL="sh ${SRCTOP}/tools/install.sh" \
|
||||
PATH=${LEGACY_TOOLS}/usr/sbin:${LEGACY_TOOLS}/usr/bin:${LEGACY_TOOLS}/bin:${PATH}
|
||||
|
||||
.if !defined(OSRELDATE)
|
||||
ord_h= /usr/include/osreldate.h
|
||||
|
Loading…
Reference in New Issue
Block a user