WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] [PATCH 2 of 2] Remus: ensure kernel modules are built be

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-devel] [PATCH 2 of 2] Remus: ensure kernel modules are built before attempting to install them
From: Gilberto Nunes <gilberto.nunes@xxxxxxxxxxxxxxx>
Date: Mon, 1 Feb 2010 23:03:43 -0200
Delivery-date: Mon, 01 Feb 2010 17:04:01 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <a43ce819faa185c1e1ee.1265069609@xxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Organization: Selbetti Gestão de Documentos
References: <patchbomb.1265069607@xxxxxxxxxxxxxxxxx> <a43ce819faa185c1e1ee.1265069609@xxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: KMail/1.12.4 (Linux/2.6.31-17-generic-pae; KDE/4.3.4; i686; ; )

great!

I always do this steps manually... at hand...

Thanks...

Em Seg 01 Fev 2010, às 22:13:29, Brendan Cully escreveu:

> # HG changeset patch

> # User Brendan Cully <brendan@xxxxxxxxx>

> # Date 1265068569 28800

> # Node ID a43ce819faa185c1e1eef2b8244b64788ddff05a

> # Parent d30a67608592a1b68c286bb352b9f7fbe37f0e19

> 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>

>

> diff --git a/tools/remus/kmod/Makefile b/tools/remus/kmod/Makefile

> --- a/tools/remus/kmod/Makefile

> +++ b/tools/remus/kmod/Makefile

> @@ -17,7 +17,7 @@

> 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-devel mailing list

> Xen-devel@xxxxxxxxxxxxxxxxxxx

> http://lists.xensource.com/xen-devel

>


--

Gilberto Nunes Ferreira

Selbetti Gestão de Documentos

Suporte TI

Telefone: (47) 3441-6004

Celular: (47) 8861-6672

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