aboutsummaryrefslogtreecommitdiffstats
path: root/buildconfigs/Rules.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 /buildconfigs/Rules.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 'buildconfigs/Rules.mk')
-rw-r--r--buildconfigs/Rules.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/buildconfigs/Rules.mk b/buildconfigs/Rules.mk
index a75bd47b0c..e44a84e542 100644
--- a/buildconfigs/Rules.mk
+++ b/buildconfigs/Rules.mk
@@ -1,11 +1,6 @@
include Config.mk
-# We expect these two to already be set if people
-# are using the top-level Makefile
-DISTDIR ?= $(CURDIR)/dist
-DESTDIR ?= $(DISTDIR)/install
-
export DESTDIR
ALLKERNELS = $(patsubst buildconfigs/mk.%,%,$(wildcard buildconfigs/mk.*))