summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2016-01-20 21:22:06 +0000
committeremaste <emaste@FreeBSD.org>2016-01-20 21:22:06 +0000
commit73f3f54cd9e91828e2c1e1437f98e3d1e09f03c1 (patch)
treeb55a6fdd00e555cd690b5feeca6d62e94cb77a6a
parent1f21751dc8a86f39bee11f5420ea6f8d6cca7fc0 (diff)
downloadFreeBSD-src-73f3f54cd9e91828e2c1e1437f98e3d1e09f03c1.zip
FreeBSD-src-73f3f54cd9e91828e2c1e1437f98e3d1e09f03c1.tar.gz
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.
-rw-r--r--sys/boot/ia64/efi/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/boot/ia64/efi/Makefile b/sys/boot/ia64/efi/Makefile
index 6bb53b5..18b6d3a 100644
--- a/sys/boot/ia64/efi/Makefile
+++ b/sys/boot/ia64/efi/Makefile
@@ -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 \
OpenPOWER on IntegriCloud