Fake out the deprecation of XDEV and XDEV_ARCH by

continuing to use the variables in the configuration
file, but switch XDEV= and XDEV_ARCH= to TARGET= and
TARGET_ARCH= appropriately.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2014-07-23 22:35:23 +00:00
parent 82eff304b6
commit 9b4b426a62
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=269033

View File

@ -94,7 +94,7 @@ install_uboot() {
main() {
# Build the 'xdev' target for crochet.
eval chroot ${CHROOTDIR} make -C /usr/src \
${XDEV_FLAGS} XDEV=${XDEV} XDEV_ARCH=${XDEV_ARCH} \
${XDEV_FLAGS} TARGET=${XDEV} TARGET_ARCH=${XDEV_ARCH} \
${WORLD_FLAGS} xdev
# Run the ldconfig(8) startup script so /var/run/ld-elf*.so.hints