aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorcl349@labyrinth.cl.cam.ac.uk <cl349@labyrinth.cl.cam.ac.uk>2004-09-06 19:21:55 +0000
committercl349@labyrinth.cl.cam.ac.uk <cl349@labyrinth.cl.cam.ac.uk>2004-09-06 19:21:55 +0000
commitd8fb4ece8d21a1c21a7b14d9fa6e9e05b9ee5095 (patch)
tree775128969012078c4310311ec05744c8bb7cec0a /Makefile
parente225acb39edfac82e4347de8b9a86c566b7867c8 (diff)
downloadxen-d8fb4ece8d21a1c21a7b14d9fa6e9e05b9ee5095.tar.gz
xen-d8fb4ece8d21a1c21a7b14d9fa6e9e05b9ee5095.tar.bz2
xen-d8fb4ece8d21a1c21a7b14d9fa6e9e05b9ee5095.zip
bitkeeper revision 1.1159.1.128 (413cb8d36YrJe8ra_UvZN0wN9qeQWg)
Allow Linux and NetBSD builds to co-exist.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index dc926deb75..c3cba553bf 100644
--- a/Makefile
+++ b/Makefile
@@ -145,11 +145,11 @@ mk-netbsd-trees: netbsd-tools pristine-netbsd-src
./mkbuildtree ../netbsd-$(NETBSD_VER)-xenU )
# build the specified netbsd tree
-BDIR = $(subst netbsd-,netbsd-$(NETBSD_VER)-,$@)
+NBDIR = $(subst netbsd-,netbsd-$(NETBSD_VER)-,$@)
netbsd-xen%:
- $(MAKE) -C $(BDIR) config
- $(MAKE) -C $(BDIR) netbsd
- $(MAKE) -C $(BDIR) INSTALL_PATH=$(INSTALL_DIR) INSTALL_NAME=boot/netbsd-$(NETBSD_VER)-$(subst netbsd-,,$@) install
+ $(MAKE) -C $(NBDIR) config
+ $(MAKE) -C $(NBDIR) netbsd
+ $(MAKE) -C $(NBDIR) INSTALL_PATH=$(INSTALL_DIR) INSTALL_NAME=boot/netbsd-$(NETBSD_VER)-$(subst netbsd-,,$@) install
# build xen, the tools, and a domain 0 plus unprivileged linux-xen images,
# and place them in the install directory. 'make install' should then