ia64/xen-unstable
changeset 13329:dbb387175f1b
[XEN] Fix MAP target.
Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
author | Ian Campbell <ian.campbell@xensource.com> |
---|---|
date | Mon Jan 08 16:27:35 2007 +0000 (2007-01-08) |
parents | f240c09f08d2 |
children | 1e7bbecdc0a2 |
files | xen/Makefile |
line diff
1.1 --- a/xen/Makefile Mon Jan 08 15:52:53 2007 +0000 1.2 +++ b/xen/Makefile Mon Jan 08 16:27:35 2007 +0000 1.3 @@ -14,8 +14,8 @@ default: build 1.4 .PHONY: dist 1.5 dist: install 1.6 1.7 -.PHONY: build install clean distclean cscope TAGS tags 1.8 -build install debug clean distclean cscope TAGS tags:: 1.9 +.PHONY: build install clean distclean cscope TAGS tags MAP 1.10 +build install debug clean distclean cscope TAGS tags MAP:: 1.11 $(MAKE) -f Rules.mk _$@ 1.12 1.13 .PHONY: _build 1.14 @@ -160,9 +160,9 @@ endef 1.15 $(all_sources) > cscope.files 1.16 cscope -k -b -q 1.17 1.18 -.PHONY: MAP 1.19 -MAP: 1.20 - $(NM) -n $(TARGET) | grep -v '\(compiled\)\|\(\.o$$\)\|\( [aUw] \)\|\(\.\.ng$$\)\|\(LASH[RL]DI\)' > System.map 1.21 +.PHONY: _MAP 1.22 +_MAP: 1.23 + $(NM) -n $(TARGET)-syms | grep -v '\(compiled\)\|\(\.o$$\)\|\( [aUw] \)\|\(\.\.ng$$\)\|\(LASH[RL]DI\)' > System.map 1.24 1.25 .PHONY: FORCE 1.26 FORCE: