svn commit: r294460 - stable/10/sys/boot/ia64/efi
Ed Maste
emaste at FreeBSD.org
Wed Jan 20 21:22:08 UTC 2016
Author: emaste
Date: Wed Jan 20 21:22:06 2016
New Revision: 294460
URL: https://svnweb.freebsd.org/changeset/base/294460
Log:
Leave temporary ia64 loader.sym behind if the build fails
This facilitates investigation of the build failure, and is the same way
it's done for other architectures using EFI.
Modified:
stable/10/sys/boot/ia64/efi/Makefile
Modified: stable/10/sys/boot/ia64/efi/Makefile
==============================================================================
--- stable/10/sys/boot/ia64/efi/Makefile Wed Jan 20 21:06:24 2016 (r294459)
+++ stable/10/sys/boot/ia64/efi/Makefile Wed Jan 20 21:22:06 2016 (r294460)
@@ -37,7 +37,6 @@ FILESMODE_loader.efi= ${BINMODE}
loader.efi: loader.sym
if [ `${OBJDUMP} -t ${.ALLSRC} | fgrep '*UND*' | wc -l` != 0 ]; then \
${OBJDUMP} -t ${.ALLSRC} | fgrep '*UND*'; \
- rm ${.ALLSRC}; \
exit 1; \
fi
${OBJCOPY} -j .data -j .dynamic -j .dynstr -j .dynsym -j .hash \
More information about the svn-src-stable-10
mailing list