aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordoogie@brainfood.com[kaf24] <doogie@brainfood.com[kaf24]>2005-03-12 15:29:44 +0000
committerdoogie@brainfood.com[kaf24] <doogie@brainfood.com[kaf24]>2005-03-12 15:29:44 +0000
commitbe7913c187dda75bed2e1d6a5fb829ea206c1c90 (patch)
tree05e431cb1ea3d994782d5ac8b9442d5260719312 /Makefile
parent61b59d9dd59957229d0938a7549b7ce8dcbda254 (diff)
downloadxen-be7913c187dda75bed2e1d6a5fb829ea206c1c90.tar.gz
xen-be7913c187dda75bed2e1d6a5fb829ea206c1c90.tar.bz2
xen-be7913c187dda75bed2e1d6a5fb829ea206c1c90.zip
bitkeeper revision 1.1159.270.3 (42330ae8efsd9SdlhNX6EpksrtV6oQ)
[PATCH] add-build.patch Add build targets to all makefiles. Debian does builds as non-root, so it's better to do as much as possible before requiring root privs. Signed-off-by: Adam Heath <doogie@brainfood.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b7229fc9a7..cf860ad1fb 100644
--- a/Makefile
+++ b/Makefile
@@ -37,6 +37,11 @@ all: dist
# build and install everything into the standard system directories
install: install-xen install-tools install-kernels install-docs
+build: kernels
+ $(MAKE) -C xen build
+ $(MAKE) -C tools build
+ $(MAKE) -C docs build
+
# build and install everything into local dist directory
dist: xen tools kernels docs
$(INSTALL_DIR) $(DISTDIR)/check