aboutsummaryrefslogtreecommitdiffstats
path: root/Config.mk
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-10-05 15:05:38 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-10-05 15:05:38 +0100
commitd56d69a03289696afdf4057d1449b21f23ca6802 (patch)
tree1e81fcce87d8a1bace9512ce44be0b42506dde96 /Config.mk
parent878fc540a04191f450745c6a6118d38484ea5b76 (diff)
downloadxen-d56d69a03289696afdf4057d1449b21f23ca6802.tar.gz
xen-d56d69a03289696afdf4057d1449b21f23ca6802.tar.bz2
xen-d56d69a03289696afdf4057d1449b21f23ca6802.zip
Clean up DESTDIR handling. Default install is to root
directory (/). This is only overridden automatically for the 'make dist' targets and their legacy aliases (make {xen,tools,kernels,docs}). Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'Config.mk')
-rw-r--r--Config.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/Config.mk b/Config.mk
index 6f104e99e3..7bed4b8fe8 100644
--- a/Config.mk
+++ b/Config.mk
@@ -20,9 +20,7 @@ STRIP = $(CROSS_COMPILE)strip
OBJCOPY = $(CROSS_COMPILE)objcopy
OBJDUMP = $(CROSS_COMPILE)objdump
-# Default is to install to local 'dist' directory.
-DISTDIR ?= $(XEN_ROOT)/dist
-DESTDIR ?= $(DISTDIR)/install
+DISTDIR ?= $(XEN_ROOT)/dist
INSTALL = install
INSTALL_DIR = $(INSTALL) -d -m0755