aboutsummaryrefslogtreecommitdiffstats
path: root/buildconfigs/Rules.mk
diff options
context:
space:
mode:
authorvhanquez@kneesa.uk.xensource.com <vhanquez@kneesa.uk.xensource.com>2005-12-10 00:11:33 +0000
committervhanquez@kneesa.uk.xensource.com <vhanquez@kneesa.uk.xensource.com>2005-12-10 00:11:33 +0000
commitdc5e7fd510520bbb59d5e38a413f8a4e7a8ee338 (patch)
tree86cc1d29f339c4f84882b39d04c4ac85e5119acf /buildconfigs/Rules.mk
parent2fdffd69aeb0b9ac68296d49a53827160afb0112 (diff)
downloadxen-dc5e7fd510520bbb59d5e38a413f8a4e7a8ee338.tar.gz
xen-dc5e7fd510520bbb59d5e38a413f8a4e7a8ee338.tar.bz2
xen-dc5e7fd510520bbb59d5e38a413f8a4e7a8ee338.zip
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 <pl@us.ibm.com>
Diffstat (limited to 'buildconfigs/Rules.mk')
-rw-r--r--buildconfigs/Rules.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/buildconfigs/Rules.mk b/buildconfigs/Rules.mk
index 61cd156027..b0a7df71c7 100644
--- a/buildconfigs/Rules.mk
+++ b/buildconfigs/Rules.mk
@@ -90,6 +90,9 @@ ref-%/.valid-ref: pristine-%/.valid-pristine
touch $@ # update timestamp to avoid rebuild
endif
+%-prep:
+ $(MAKE) -f buildconfigs/mk.$* prep
+
%-install:
$(MAKE) -f buildconfigs/mk.$* build