ia64/xen-unstable
changeset 5199:d371fa731bc1
bitkeeper revision 1.1590 (4299cc0csX0iKRxZs-S3QRYAtXSapQ)
Fix default root Makefile target.
Signed-off-by: Keir Fraser <keir@xensource.com>
Fix default root Makefile target.
Signed-off-by: Keir Fraser <keir@xensource.com>
author | kaf24@firebug.cl.cam.ac.uk |
---|---|
date | Sun May 29 14:05:00 2005 +0000 (2005-05-29) |
parents | 4155e76f7528 |
children | dd205ff2ce8a |
files | Makefile |
line diff
1.1 --- a/Makefile Sun May 29 13:57:27 2005 +0000 1.2 +++ b/Makefile Sun May 29 14:05:00 2005 +0000 1.3 @@ -25,14 +25,15 @@ SUBARCH := $(subst x86_32,i386,$(XEN_TAR 1.4 export XEN_TARGET_ARCH SUBARCH 1.5 endif 1.6 1.7 +# Default target must appear before any include lines 1.8 +all: dist 1.9 + 1.10 include Config.mk 1.11 include buildconfigs/Rules.mk 1.12 1.13 .PHONY: all dist install xen tools kernels docs world clean mkpatches mrproper 1.14 .PHONY: kbuild kdelete kclean 1.15 1.16 -all: dist 1.17 - 1.18 # build and install everything into the standard system directories 1.19 install: install-xen install-tools install-kernels install-docs 1.20