From dc5e7fd510520bbb59d5e38a413f8a4e7a8ee338 Mon Sep 17 00:00:00 2001 From: "vhanquez@kneesa.uk.xensource.com" Date: Sat, 10 Dec 2005 00:11:33 +0000 Subject: Allows a 'make prep-kernels' which sets up the kernel directories, allowing certain types of test automation to be done more easily. Signed-off-by: Paul Larson --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e78845c5de..e51ca39ef9 100644 --- a/Makefile +++ b/Makefile @@ -59,6 +59,9 @@ tools: dist-tools kernels: dist-kernels docs: dist-docs +prep-kernels: + for i in $(XKERNELS) ; do $(MAKE) $$i-prep || exit 1; done + install-xen: $(MAKE) -C xen install @@ -156,6 +159,7 @@ help: @echo ' install-iptables - install iptables tools' @echo '' @echo 'Miscellaneous targets:' + @echo ' prep-kernels - prepares kernel directories, does not build' @echo ' mkpatches - make patches against vanilla kernels from' @echo ' sparse trees' @echo ' uninstall - attempt to remove installed Xen tools (use' -- cgit v1.2.3