# HG changeset patch # User gingold@virtu10 # Node ID 7423c81cb3e39063f31bb87ffe1551630fccb1f6 # Parent aa8dd442a257fd61bad67b62a1d33f5574e192f9 Use $(MAKE) instead of make to run sub-makefiles to correcly support -j flag. Signed-off-by: Tristan Gingold diff -r aa8dd442a257 -r 7423c81cb3e3 xen/Makefile --- a/xen/Makefile Mon Jul 10 13:06:46 2006 +0200 +++ b/xen/Makefile Mon Jul 10 13:59:54 2006 +0200 @@ -16,7 +16,7 @@ dist: install .PHONY: build install clean distclean cscope TAGS tags build install debug clean distclean cscope TAGS tags:: - make -f Rules.mk _$@ + $(MAKE) -f Rules.mk _$@ .PHONY: _build _build: $(TARGET).gz