From 9b4b426a6203e2e44c7b1d42198998a93e6a726c Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Wed, 23 Jul 2014 22:35:23 +0000 Subject: [PATCH] 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 --- release/arm/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/arm/release.sh b/release/arm/release.sh index 0869b005e8a..479b8e53d04 100755 --- a/release/arm/release.sh +++ b/release/arm/release.sh @@ -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