debuggers.hg
changeset 10687:f986ead202dc
Use $(MAKE) instead of make to run sub-makefiles to correcly support -j flag.
Signed-off-by: Tristan Gingold <tristan.gingold@bull.net>
Signed-off-by: Tristan Gingold <tristan.gingold@bull.net>
author | kfraser@localhost.localdomain |
---|---|
date | Mon Jul 10 14:58:42 2006 +0100 (2006-07-10) |
parents | 30cdeb686b93 |
children | a1c2cede77c7 |
files | xen/Makefile |
line diff
1.1 --- a/xen/Makefile Sat Jul 08 19:22:34 2006 +0100 1.2 +++ b/xen/Makefile Mon Jul 10 14:58:42 2006 +0100 1.3 @@ -16,7 +16,7 @@ dist: install 1.4 1.5 .PHONY: build install clean distclean cscope TAGS tags 1.6 build install debug clean distclean cscope TAGS tags:: 1.7 - make -f Rules.mk _$@ 1.8 + $(MAKE) -f Rules.mk _$@ 1.9 1.10 .PHONY: _build 1.11 _build: $(TARGET).gz