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

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


  • To: "xen-devel" <xen-devel@xxxxxxxxxxxxxxxxxxx>
  • From: "Puthiyaparambil, Aravindh" <aravindh.puthiyaparambil@xxxxxxxxxx>
  • Date: Mon, 24 Apr 2006 15:43:51 -0400
  • Delivery-date: Mon, 24 Apr 2006 12:44:16 -0700
  • List-id: Xen developer discussion <xen-devel.lists.xensource.com>
  • Thread-index: AcZn12nlYTweMazZRn+XIlyjTTUWVw==
  • 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

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.