From patchwork Tue Apr 23 11:23:05 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christian Borntraeger X-Patchwork-Id: 238889 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 926822C0159 for ; Tue, 23 Apr 2013 21:23:33 +1000 (EST) Received: from localhost ([::1]:57115 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUbJr-0000B8-GK for incoming@patchwork.ozlabs.org; Tue, 23 Apr 2013 07:23:31 -0400 Received: from eggs.gnu.org ([208.118.235.92]:49454) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUbJO-00006U-K4 for qemu-devel@nongnu.org; Tue, 23 Apr 2013 07:23:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UUbJI-0000bL-Ev for qemu-devel@nongnu.org; Tue, 23 Apr 2013 07:23:02 -0400 Received: from e06smtp16.uk.ibm.com ([195.75.94.112]:54801) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUbJI-0000bA-5j for qemu-devel@nongnu.org; Tue, 23 Apr 2013 07:22:56 -0400 Received: from /spool/local by e06smtp16.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 23 Apr 2013 12:19:17 +0100 Received: from d06dlp03.portsmouth.uk.ibm.com (9.149.20.15) by e06smtp16.uk.ibm.com (192.168.101.146) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Tue, 23 Apr 2013 12:19:15 +0100 Received: from b06cxnps4074.portsmouth.uk.ibm.com (d06relay11.portsmouth.uk.ibm.com [9.149.109.196]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id 9AA041B0805F for ; Tue, 23 Apr 2013 12:22:52 +0100 (BST) Received: from d06av12.portsmouth.uk.ibm.com (d06av12.portsmouth.uk.ibm.com [9.149.37.247]) by b06cxnps4074.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r3NBMg6o57671934 for ; Tue, 23 Apr 2013 11:22:42 GMT Received: from d06av12.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av12.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id r3NBMo5V030696 for ; Tue, 23 Apr 2013 05:22:51 -0600 Received: from tuxmaker.boeblingen.de.ibm.com (tuxmaker.boeblingen.de.ibm.com [9.152.85.9]) by d06av12.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id r3NBMoLr030683; Tue, 23 Apr 2013 05:22:50 -0600 Received: by tuxmaker.boeblingen.de.ibm.com (Postfix, from userid 25651) id 50B39122442F; Tue, 23 Apr 2013 13:22:50 +0200 (CEST) From: Christian Borntraeger To: Alexander Graf Date: Tue, 23 Apr 2013 13:23:05 +0200 Message-Id: <1366716185-36913-5-git-send-email-borntraeger@de.ibm.com> X-Mailer: git-send-email 1.8.1.4 In-Reply-To: <1366716185-36913-1-git-send-email-borntraeger@de.ibm.com> References: <1366658298-9275-1-git-send-email-agraf@suse.de> <1366716185-36913-1-git-send-email-borntraeger@de.ibm.com> X-TM-AS-MML: No X-Content-Scanned: Fidelis XPS MAILER x-cbid: 13042311-3548-0000-0000-0000052F7310 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 195.75.94.112 Cc: cornelia.huck@de.ibm.com, Christian Borntraeger , qemu-devel@nongnu.org, Dominik Dingel Subject: [Qemu-devel] [PATCH 4/4] s390-ccw.img: Take care of the elf->img transition X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org We have to call strip with s390-ccw.elf as input and s390-ccw.img as output Signed-off-by: Christian Borntraeger --- pc-bios/s390-ccw/Makefile | 4 ++-- 1 file 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 *~