[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [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 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |