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] Use $(MAKE) instead of make to run sub-ma

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] Use $(MAKE) instead of make to run sub-makefiles to correcly support -j flag.
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 10 Jul 2006 15:20:14 +0000
Delivery-date: Mon, 10 Jul 2006 08:22:29 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# 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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] Use $(MAKE) instead of make to run sub-makefiles to correcly support -j flag., Xen patchbot-unstable <=