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 \
_______________________________________________
svn-src-stable-10@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"

Reply via email to