aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorkfraser@dhcp93.uk.xensource.com <kfraser@dhcp93.uk.xensource.com>2006-05-31 15:48:29 +0100
committerkfraser@dhcp93.uk.xensource.com <kfraser@dhcp93.uk.xensource.com>2006-05-31 15:48:29 +0100
commitdbed3693c42850535cb2f039f8808f3c201295cf (patch)
tree7387f39c5259fd37f7aaaf2e404bd23dffae8274 /Makefile
parentee2ac658800492bf1a04dcd67c461c63aa204137 (diff)
downloadxen-dbed3693c42850535cb2f039f8808f3c201295cf.tar.gz
xen-dbed3693c42850535cb2f039f8808f3c201295cf.tar.bz2
xen-dbed3693c42850535cb2f039f8808f3c201295cf.zip
Export XEN_ROOT from top-level Makefile. Ensures it is
always defined when including Config.mk. Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 625c81c666..4f7afd5c7b 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ endif
.PHONY: all
all: dist
-XEN_ROOT=$(CURDIR)
+export XEN_ROOT=$(CURDIR)
include Config.mk
include buildconfigs/Rules.mk