aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-01-27 17:03:35 +0000
committerKeir Fraser <keir.fraser@citrix.com>2008-01-27 17:03:35 +0000
commitaa0833890b1f17b1d7fba267c7eaf3327b6b2675 (patch)
treeddacaa7ad3916f8f2b07d94fd134428ad57e06c5 /tools/libxc/Makefile
parentef3d5e2dfa914e8777d5258b9550c56ad3f6d47a (diff)
downloadxen-aa0833890b1f17b1d7fba267c7eaf3327b6b2675.tar.gz
xen-aa0833890b1f17b1d7fba267c7eaf3327b6b2675.tar.bz2
xen-aa0833890b1f17b1d7fba267c7eaf3327b6b2675.zip
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@citrix.com>
Diffstat (limited to 'tools/libxc/Makefile')
-rw-r--r--tools/libxc/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/tools/libxc/Makefile b/tools/libxc/Makefile
index eca40fcbab..ffc5662052 100644
--- a/tools/libxc/Makefile
+++ b/tools/libxc/Makefile
@@ -80,8 +80,11 @@ LIB += libxenguest.so libxenguest.so.$(MAJOR) libxenguest.so.$(MAJOR).$(MINOR)
all: build
.PHONY: build
-build: $(LIB)
- $(MAKE) $(LIB)
+build:
+ $(MAKE) libs
+
+.PHONY: libs
+libs: $(LIB)
.PHONY: install
install: build