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:
parent
a4c7667eaa
commit
92720de965
@ -103,7 +103,7 @@ main() {
|
|||||||
eval chroot ${CHROOTDIR} make -C /usr/src \
|
eval chroot ${CHROOTDIR} make -C /usr/src \
|
||||||
${XDEV_FLAGS} XDEV=${XDEV} XDEV_ARCH=${XDEV_ARCH} \
|
${XDEV_FLAGS} XDEV=${XDEV} XDEV_ARCH=${XDEV_ARCH} \
|
||||||
TARGET=${XDEV} TARGET_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
|
# Run the ldconfig(8) startup script so /var/run/ld-elf*.so.hints
|
||||||
# is created.
|
# is created.
|
||||||
|
Loading…
Reference in New Issue
Block a user