diff options
author | emaste <emaste@FreeBSD.org> | 2016-01-20 21:22:06 +0000 |
---|---|---|
committer | emaste <emaste@FreeBSD.org> | 2016-01-20 21:22:06 +0000 |
commit | 73f3f54cd9e91828e2c1e1437f98e3d1e09f03c1 (patch) | |
tree | b55a6fdd00e555cd690b5feeca6d62e94cb77a6a /sys/boot/ia64 | |
parent | 1f21751dc8a86f39bee11f5420ea6f8d6cca7fc0 (diff) | |
download | FreeBSD-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.
Diffstat (limited to 'sys/boot/ia64')
-rw-r--r-- | sys/boot/ia64/efi/Makefile | 1 |
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 \ |