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 --- buildconfigs/Rules.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'buildconfigs/Rules.mk') 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 -- cgit v1.2.3