[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] remus: Skip Linux-specific build components on other OSes
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1259743571 0 # Node ID bafd3254e225a1c90f4397edeb2a557e92ae13f3 # Parent b647216151cd9b2c27f5152325135fa47e1e49d3 remus: Skip Linux-specific build components on other OSes Signed-off-by: Christoph Egger <Christoph.Egger@xxxxxxx> Acked-by: Brendan Cully <brendan@xxxxxxxxx> --- tools/remus/Makefile | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -r b647216151cd -r bafd3254e225 tools/remus/Makefile --- a/tools/remus/Makefile Wed Dec 02 08:45:16 2009 +0000 +++ b/tools/remus/Makefile Wed Dec 02 08:46:11 2009 +0000 @@ -1,7 +1,7 @@ XEN_ROOT=../.. XEN_ROOT=../.. include $(XEN_ROOT)/tools/Rules.mk -SUBDIRS-y := imqebt kmod +SUBDIRS-$(CONFIG_Linux) := imqebt kmod SCRIPTS = remus _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |