WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCH] Fix "make debug" in the Xen Makefile

To: <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH] Fix "make debug" in the Xen Makefile
From: "Puthiyaparambil, Aravindh" <aravindh.puthiyaparambil@xxxxxxxxxx>
Date: Mon, 24 Apr 2006 23:46:40 -0400
Delivery-date: Mon, 24 Apr 2006 20:48:06 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcZoGtwjPLVY44vSRKOJSZZJ+nkSsA==
Thread-topic: [PATCH] Fix "make debug" in the Xen Makefile
This patch fixes the "make debug" option in the Xen Makefile

Signed-off-by Aravindh Puthiyaparambil
<aravindh.puthiyaparambil@xxxxxxxxxx>

diff -r a5fcffc826f3 xen/Makefile
--- a/xen/Makefile      Mon Apr 24 18:07:27 2006 +0100
+++ b/xen/Makefile      Mon Apr 24 15:26:20 2006 -0400
@@ -13,12 +13,12 @@ default: build
 .PHONY: dist
 dist: install
 
-.PHONY: debug
-debug:
+.PHONY: _debug
+_debug:
        objdump -D -S $(TARGET)-syms > $(TARGET).s
 
-.PHONY: build install clean cscope TAGS tags -build install clean
cscope TAGS tags::
+.PHONY: build install clean cscope TAGS tags debug build install clean 
+cscope TAGS tags debug::
        make -f Rules.mk _$@
 
 .PHONY: _build

Attachment: make_debug.patch
Description: make_debug.patch

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>