All of lore.kernel.org
 help / color / mirror / Atom feed
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:37:55 +0100	[thread overview]
Message-ID: <4EC0EF83.2060602@fisher-privat.net> (raw)
In-Reply-To: <1956205.mQFSXpQuIf@sven-laptop.home.narfation.org>

[-- Attachment #1: Type: text/plain, Size: 582 bytes --]

On 14.11.2011 11:29, Sven Eckelmann wrote:
> On Monday 14 November 2011 11:19:19 Alexey Fisher wrote:
> [...]
>> Thank you,
>> so you will send your patch? I prefer last version, to make testing easier.
> 
> I personally don't care. Feel free to fix your patch and send a new version 
> (but think about adding the ":" after "install" -- the character magically 
> disappeared when I wrote the mail).
> 
> And don't forget the documentation part as it is always hard to remember 
> everything on the day the release is made, but easy when you just made the 
> patch. :)

Corrected.

[-- Attachment #2: 0001-add-make-install-option.patch --]
[-- Type: text/x-patch, Size: 958 bytes --]

From 04e5cfa522d79a2a8764ee7ce04f8d0842ee37be Mon Sep 17 00:00:00 2001
From: Alexey Fisher <bug-track@fisher-privat.net>
Date: Mon, 14 Nov 2011 11:35:13 +0100
Subject: [PATCH] add "make install" option

Signed-off-by: Alexey Fisher <bug-track@fisher-privat.net>
---
 Makefile |    3 +++
 README   |    4 ++++
 2 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index 5762721..3374687 100644
--- a/Makefile
+++ b/Makefile
@@ -42,3 +42,6 @@ all:
 
 clean:
 	$(MAKE) -C $(KERNELPATH) M=$(PWD) PWD=$(PWD) clean
+
+install:
+	$(MAKE) -C $(KERNELPATH) M=$(PWD) PWD=$(PWD) INSTALL_MOD_DIR=kernel/net/batman-adv/ modules_install
diff --git a/README b/README
index 5ba56b5..ec85dff 100644
--- a/README
+++ b/README
@@ -34,6 +34,10 @@ if you want to compile against some other kernel, use:
 
 # make KERNELPATH=/path/to/kernel
 
+if you wont to install this module:
+
+# sudo make install
+
 
 CONFIGURATION
 -------------
-- 
1.7.5.4


  reply	other threads:[~2011-11-14 10:37 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
2011-11-14 10:29     ` Sven Eckelmann
2011-11-14 10:37       ` Alexey Fisher [this message]
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=4EC0EF83.2060602@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.