Fix arm build breakage when building stable/10 on

head/.

MFC after:	3 days
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2014-08-23 15:59:31 +00:00
parent 33b804ae98
commit f64f30c974
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=270417

View File

@ -92,6 +92,10 @@ install_uboot() {
}
main() {
# Fix broken ports that use kern.osreldate.
OSVERSION=$(chroot ${CHROOTDIR} /usr/bin/uname -U)
export OSVERSION
# Build the 'xdev' target for crochet.
eval chroot ${CHROOTDIR} make -C /usr/src \
${XDEV_FLAGS} XDEV=${XDEV} XDEV_ARCH=${XDEV_ARCH} \