]> www.infradead.org Git - users/rw/armboot.git/commitdiff
Fix name of ELF image
authormariusgroeger <mariusgroeger>
Fri, 22 Mar 2002 16:04:10 +0000 (16:04 +0000)
committermariusgroeger <mariusgroeger>
Fri, 22 Mar 2002 16:04:10 +0000 (16:04 +0000)
MAKEALL

diff --git a/MAKEALL b/MAKEALL
index c0ddc263bed64663cfaedf226890a7ea32832be3..d0fd0844f715ca316dd40e2b47da9b2089599a98 100755 (executable)
--- a/MAKEALL
+++ b/MAKEALL
@@ -37,7 +37,7 @@ build_target() {
        ${MAKE} all 2>&1 >LOG/$target.MAKELOG | tee LOG/$target.ERR
        ${CROSS_COMPILE:-arm_armv4-}size armboot | tee -a LOG/$target.MAKELOG
        test -n "$KEEP_BINARY" && cp armboot.bin LOG/$target.bin
-       test -n "$KEEP_ELF" && cp armboot.bin LOG/$target.elf
+       test -n "$KEEP_ELF" && cp armboot LOG/$target.elf
 }
 
 #-----------------------------------------------------------------------