[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] libxc: Push parallel build of libraries down to a new phony target, as
# 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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |