[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen-unstable] Remus: ensure kernel modules are built before attempting to install



# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1265189880 0
# Node ID 09dd83d09f49c108647b00d81669af4ffb03ae1c
# Parent  62ce32978d2e00a34255b248f081aea55713f88e
Remus: ensure kernel modules are built before attempting to install
them

make tools seems to skip straight to the install target.

Signed-off-by: Brendan Cully <brendan@xxxxxxxxx>
---
 tools/remus/kmod/Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r 62ce32978d2e -r 09dd83d09f49 tools/remus/kmod/Makefile
--- a/tools/remus/kmod/Makefile Wed Feb 03 09:37:40 2010 +0000
+++ b/tools/remus/kmod/Makefile Wed Feb 03 09:38:00 2010 +0000
@@ -17,7 +17,7 @@ all:
        if test -d $(KERNELDIR); then $(MAKE) -C $(KERNELDIR) SUBDIRS=`pwd` 
modules; fi
 
 .PHONY: install
-install:
+install: all
        if test -d $(KERNELDIR); then $(MAKE) -C $(KERNELDIR) SUBDIRS=`pwd` 
INSTALL_MOD_PATH=$(DESTDIR) modules_install; fi
 
 clean::

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.