aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-05-29 14:05:00 +0000
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-05-29 14:05:00 +0000
commita32aebc212855534cb36c49b4ed10300e9201d8f (patch)
treef0951f3640b234857132d7f7c9bb71000ab718e6 /Makefile
parentf67376a0dc42774f4e663782e19007de40f81731 (diff)
downloadxen-a32aebc212855534cb36c49b4ed10300e9201d8f.tar.gz
xen-a32aebc212855534cb36c49b4ed10300e9201d8f.tar.bz2
xen-a32aebc212855534cb36c49b4ed10300e9201d8f.zip
bitkeeper revision 1.1590 (4299cc0csX0iKRxZs-S3QRYAtXSapQ)
Fix default root Makefile target. Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f8a5b17d8f..809a7150d9 100644
--- a/Makefile
+++ b/Makefile
@@ -25,14 +25,15 @@ SUBARCH := $(subst x86_32,i386,$(XEN_TARGET_ARCH))
export XEN_TARGET_ARCH SUBARCH
endif
+# Default target must appear before any include lines
+all: dist
+
include Config.mk
include buildconfigs/Rules.mk
.PHONY: all dist install xen tools kernels docs world clean mkpatches mrproper
.PHONY: kbuild kdelete kclean
-all: dist
-
# build and install everything into the standard system directories
install: install-xen install-tools install-kernels install-docs