From: Alexey Fisher <bug-track@fisher-privat.net>
To: Sven Eckelmann <sven@narfation.org>
Cc: b.a.t.m.a.n@lists.open-mesh.org, lindner_marek@yahoo.de
Subject: Re: [B.A.T.M.A.N.] [PATCH] add make install
Date: Mon, 14 Nov 2011 11:19:19 +0100 [thread overview]
Message-ID: <4EC0EB27.8060207@fisher-privat.net> (raw)
In-Reply-To: <9935980.KTPM4GpO8u@sven-laptop.home.narfation.org>
On 14.11.2011 10:38, Sven Eckelmann wrote:
> On Monday 14 November 2011 10:11:32 Alexey Fisher wrote:
>> Signed-off-by: Alexey Fisher <bug-track@fisher-privat.net>
>> ---
>> Makefile | 3 +++
>> 1 files changed, 3 insertions(+), 0 deletions(-)
>>
>> diff --git a/Makefile b/Makefile
>> index 5762721..44bad88 100644
>> --- a/Makefile
>> +++ b/Makefile
>> @@ -42,3 +42,6 @@ all:
>>
>> clean:
>> $(MAKE) -C $(KERNELPATH) M=$(PWD) PWD=$(PWD) clean
>> +
>> +install:
>> + @cp batman-adv.ko $(shell dirname
>> $(KERNELPATH))/kernel/net/batman-adv/batman-adv.ko
>
> NAck: Sven Eckelmann <sven@narfation.org>
>
> Please read in the current linux sources Documentation/kbuild/modules.txt
>
> +install
> + $(MAKE) -C $(KERNELPATH) M=$(PWD) PWD=$(PWD) modules_install
>
> or to override the old version that is included in the kernel
>
> +install
> + $(MAKE) -C $(KERNELPATH) M=$(PWD) PWD=$(PWD) INSTALL_MOD_DIR=kernel/net/batman-adv/ modules_install
Thank you,
so you will send your patch? I prefer last version, to make testing easier.
regards,
Alexey.
next prev parent reply other threads:[~2011-11-14 10:19 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-14 9:11 [B.A.T.M.A.N.] [PATCH] add make install Alexey Fisher
2011-11-14 9:38 ` Sven Eckelmann
2011-11-14 10:19 ` Alexey Fisher [this message]
2011-11-14 10:29 ` Sven Eckelmann
2011-11-14 10:37 ` Alexey Fisher
2011-11-22 9:45 ` Marek Lindner
2011-11-14 10:21 ` Sven Eckelmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4EC0EB27.8060207@fisher-privat.net \
--to=bug-track@fisher-privat.net \
--cc=b.a.t.m.a.n@lists.open-mesh.org \
--cc=lindner_marek@yahoo.de \
--cc=sven@narfation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.