In arm/release.sh, continue if 'xdev-links' target fails

where the target is not valid (stable/10), instead of doing
per-branch evaluation on if xdev-links needs to be invoked.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2014-08-11 16:31:28 +00:00
parent aacf135828
commit 2f40fb9ce2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=269816

View File

@ -103,7 +103,7 @@ main() {
eval chroot ${CHROOTDIR} make -C /usr/src \
${XDEV_FLAGS} XDEV=${XDEV} XDEV_ARCH=${XDEV_ARCH} \
TARGET=${XDEV} TARGET_ARCH=${XDEV_ARCH} \
${WORLD_FLAGS} xdev-links
${WORLD_FLAGS} xdev-links || true
# Run the ldconfig(8) startup script so /var/run/ld-elf*.so.hints
# is created.