ia64/xen-unstable
changeset 2447:924a0fb0c200
bitkeeper revision 1.1159.1.128 (413cb8d36YrJe8ra_UvZN0wN9qeQWg)
Allow Linux and NetBSD builds to co-exist.
Allow Linux and NetBSD builds to co-exist.
author | cl349@labyrinth.cl.cam.ac.uk |
---|---|
date | Mon Sep 06 19:21:55 2004 +0000 (2004-09-06) |
parents | 309c1fb27f87 |
children | 46859bdc5411 |
files | Makefile |
line diff
1.1 --- a/Makefile Mon Sep 06 19:11:17 2004 +0000 1.2 +++ b/Makefile Mon Sep 06 19:21:55 2004 +0000 1.3 @@ -145,11 +145,11 @@ mk-netbsd-trees: netbsd-tools pristine-n 1.4 ./mkbuildtree ../netbsd-$(NETBSD_VER)-xenU ) 1.5 1.6 # build the specified netbsd tree 1.7 -BDIR = $(subst netbsd-,netbsd-$(NETBSD_VER)-,$@) 1.8 +NBDIR = $(subst netbsd-,netbsd-$(NETBSD_VER)-,$@) 1.9 netbsd-xen%: 1.10 - $(MAKE) -C $(BDIR) config 1.11 - $(MAKE) -C $(BDIR) netbsd 1.12 - $(MAKE) -C $(BDIR) INSTALL_PATH=$(INSTALL_DIR) INSTALL_NAME=boot/netbsd-$(NETBSD_VER)-$(subst netbsd-,,$@) install 1.13 + $(MAKE) -C $(NBDIR) config 1.14 + $(MAKE) -C $(NBDIR) netbsd 1.15 + $(MAKE) -C $(NBDIR) INSTALL_PATH=$(INSTALL_DIR) INSTALL_NAME=boot/netbsd-$(NETBSD_VER)-$(subst netbsd-,,$@) install 1.16 1.17 # build xen, the tools, and a domain 0 plus unprivileged linux-xen images, 1.18 # and place them in the install directory. 'make install' should then