svn commit: r269033 - head/release/arm

Glen Barber gjb at FreeBSD.org
Wed Jul 23 22:35:24 UTC 2014


Author: gjb
Date: Wed Jul 23 22:35:23 2014
New Revision: 269033
URL: http://svnweb.freebsd.org/changeset/base/269033

Log:
  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

Modified:
  head/release/arm/release.sh

Modified: head/release/arm/release.sh
==============================================================================
--- head/release/arm/release.sh	Wed Jul 23 22:29:22 2014	(r269032)
+++ head/release/arm/release.sh	Wed Jul 23 22:35:23 2014	(r269033)
@@ -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


More information about the svn-src-head mailing list