qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 13/24] s390-ccw.img: Take care of the elf->img trans


From: Alexander Graf
Subject: [Qemu-devel] [PATCH 13/24] s390-ccw.img: Take care of the elf->img transition
Date: Fri, 26 Apr 2013 20:19:22 +0200

From: Christian Borntraeger <address@hidden>

We have to call strip with s390-ccw.elf as input and
s390-ccw.img as output

Signed-off-by: Christian Borntraeger <address@hidden>
Signed-off-by: Alexander Graf <address@hidden>
---
 pc-bios/s390-ccw/Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pc-bios/s390-ccw/Makefile b/pc-bios/s390-ccw/Makefile
index c126194..ad55a14 100644
--- a/pc-bios/s390-ccw/Makefile
+++ b/pc-bios/s390-ccw/Makefile
@@ -20,7 +20,7 @@ s390-ccw.elf: $(OBJECTS)
        $(call quiet-command,$(CC) $(LDFLAGS) -o $@ $(OBJECTS),"  Building 
$(TARGET_DIR)$@")
 
 s390-ccw.img: s390-ccw.elf
-       $(call quiet-command,strip $@,"  Stripping $(TARGET_DIR)$@")
+       $(call quiet-command,strip $< -o $@,"  Stripping $(TARGET_DIR)$@")
 
 clean:
-       rm -f *.o *.d *.img *~
+       rm -f *.o *.d *.img *.elf *~
-- 
1.6.0.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]