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] libxc: Push parallel build of libraries d

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] libxc: Push parallel build of libraries down to a new phony target, as
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Sun, 27 Jan 2008 09:10:09 -0800
Delivery-date: Sun, 27 Jan 2008 09:10:45 -0800
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 Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1201453415 0
# Node ID d5dd9a457337754735466600f0fe3e794c078e24
# Parent  f26026336462e72f99c0b3da8e3dbe772e81db74
libxc: Push parallel build of libraries down to a new phony target, as
'build' is already loaded with library dependencies on ia64.
Signed-off-by: Keir Fraser <keir.fraser@xxxxxxxxxx>
---
 tools/libxc/Makefile |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff -r f26026336462 -r d5dd9a457337 tools/libxc/Makefile
--- a/tools/libxc/Makefile      Sun Jan 27 16:44:04 2008 +0000
+++ b/tools/libxc/Makefile      Sun Jan 27 17:03:35 2008 +0000
@@ -80,8 +80,11 @@ all: build
 all: build
 
 .PHONY: build
-build: $(LIB)
-       $(MAKE) $(LIB)
+build:
+       $(MAKE) libs
+
+.PHONY: libs
+libs: $(LIB)
 
 .PHONY: install
 install: build

_______________________________________________
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] libxc: Push parallel build of libraries down to a new phony target, as, Xen patchbot-unstable <=