ia64/xen-unstable
changeset 3543:08e173bd9db1
bitkeeper revision 1.1159.1.538 (41f768aaw8BTHT1Zs9tZS0Q4_tMjkw)
Merge tempest.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xeno.bk
into tempest.cl.cam.ac.uk:/local/scratch/smh22/xen-unstable.bk
Merge tempest.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xeno.bk
into tempest.cl.cam.ac.uk:/local/scratch/smh22/xen-unstable.bk
author | smh22@tempest.cl.cam.ac.uk |
---|---|
date | Wed Jan 26 09:53:46 2005 +0000 (2005-01-26) |
parents | d8ba911dce48 bbfc7fe2e910 |
children | 25f3f22927e9 |
files | Makefile |
line diff
1.1 --- a/Makefile Tue Jan 25 16:58:27 2005 +0000 1.2 +++ b/Makefile Wed Jan 26 09:53:46 2005 +0000 1.3 @@ -2,6 +2,10 @@ 1.4 # Grand Unified Makefile for Xen. 1.5 # 1.6 1.7 +# Default is to install to local 'dist' directory. 1.8 +DISTDIR ?= $(CURDIR)/dist 1.9 +DESTDIR ?= $(DISTDIR)/install 1.10 + 1.11 INSTALL := install 1.12 INSTALL_DIR := $(INSTALL) -d -m0755 1.13 INSTALL_DATA := $(INSTALL) -m0644 1.14 @@ -27,6 +31,7 @@ all: dist 1.15 1.16 # install everything into the standard system directories 1.17 # NB: install explicitly does not check that everything is up to date! 1.18 +install: DESTDIR= 1.19 install: xen checked-tools kernels docs 1.20 1.21 # Only check for install req'mts on 'make install', not on 'make dist'. 1.22 @@ -35,8 +40,6 @@ checked-tools: 1.23 $(MAKE) -C tools install 1.24 1.25 # build and install everything into local dist directory 1.26 -dist: DISTDIR=$(CURDIR)/dist 1.27 -dist: DESTDIR=$(DISTDIR)/install 1.28 dist: xen tools kernels docs 1.29 $(INSTALL_DIR) $(DISTDIR)/check 1.30 $(INSTALL_DATA) ./COPYING $(DISTDIR)