From a32aebc212855534cb36c49b4ed10300e9201d8f Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Sun, 29 May 2005 14:05:00 +0000 Subject: bitkeeper revision 1.1590 (4299cc0csX0iKRxZs-S3QRYAtXSapQ) Fix default root Makefile target. Signed-off-by: Keir Fraser --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3