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-changelog

[Xen-changelog] [xen-unstable] [XEN] Fix MAP target.

# HG changeset patch
# User Ian Campbell <ian.campbell@xxxxxxxxxxxxx>
# Date 1168273655 0
# Node ID dbb387175f1bd75d771723952fd74ba14db38173
# Parent  f240c09f08d218a253e08f9fbdd97c7c50e8cc35
[XEN] Fix MAP target.

Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxxxxx>
---
 xen/Makefile |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff -r f240c09f08d2 -r dbb387175f1b xen/Makefile
--- a/xen/Makefile      Mon Jan 08 15:52:53 2007 +0000
+++ b/xen/Makefile      Mon Jan 08 16:27:35 2007 +0000
@@ -14,8 +14,8 @@ default: build
 .PHONY: dist
 dist: install
 
-.PHONY: build install clean distclean cscope TAGS tags
-build install debug clean distclean cscope TAGS tags::
+.PHONY: build install clean distclean cscope TAGS tags MAP
+build install debug clean distclean cscope TAGS tags MAP::
        $(MAKE) -f Rules.mk _$@
 
 .PHONY: _build
@@ -160,9 +160,9 @@ _cscope:
        $(all_sources) > cscope.files
        cscope -k -b -q
 
-.PHONY: MAP
-MAP:
-       $(NM) -n $(TARGET) | grep -v '\(compiled\)\|\(\.o$$\)\|\( [aUw] 
\)\|\(\.\.ng$$\)\|\(LASH[RL]DI\)' > System.map
+.PHONY: _MAP
+_MAP:
+       $(NM) -n $(TARGET)-syms | grep -v '\(compiled\)\|\(\.o$$\)\|\( [aUw] 
\)\|\(\.\.ng$$\)\|\(LASH[RL]DI\)' > System.map
 
 .PHONY: FORCE
 FORCE:

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] [XEN] Fix MAP target., Xen patchbot-unstable <=