[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen-unstable] Use $(MAKE) instead of make to run sub-makefiles to correcly support -j flag.



# HG changeset patch
# User kfraser@xxxxxxxxxxxxxxxxxxxxx
# Node ID f986ead202dcc2b8ae01b2d079ab33fc741d3f43
# Parent  30cdeb686b93e566ecdeab80e9e342d4dfd776f9
Use $(MAKE) instead of make to run sub-makefiles to correcly support -j flag.
Signed-off-by: Tristan Gingold <tristan.gingold@xxxxxxxx>
---
 xen/Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r 30cdeb686b93 -r f986ead202dc xen/Makefile
--- a/xen/Makefile      Sat Jul 08 19:22:34 2006 +0100
+++ b/xen/Makefile      Mon Jul 10 14:58:42 2006 +0100
@@ -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

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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.