From: Richard Farina <sidhayn@gmail.com>
To: mcgrof@gmail.com
Cc: linux-wireless@vger.kernel.org
Subject: Re: [PATCH] Calling make directly is not permitted
Date: Mon, 06 Feb 2012 10:52:34 -0500 [thread overview]
Message-ID: <4F2FF742.5070309@gmail.com> (raw)
In-Reply-To: <1328542694-20777-1-git-send-email-sidhayn@gmail.com>
On 02/06/12 10:38, Rick Farina wrote:
I apologize, both this patch and my "add missing =y" patch should have
had compat-wireless in the subject line. I'm still learning to use git
send-email.
Anyone want to tell me how to make git stop add myself to the cc just
because the SOB line is in the commit message? Am I supposed to add the
SOB some other way?
Thanks!
-Rick
> make was being called directly, fix to $(MAKE)
>
> Signed-of-By: Rick Farina <sidhayn@gmail.com>
> ---
> Makefile | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/Makefile b/Makefile
> index d586f45..440bd91 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -115,7 +115,7 @@ btuninstall:
> @echo
>
> btclean:
> - make -C /lib/modules/$(shell uname -r)/build M=$(PWD) BT=TRUE clean
> + $(MAKE) -C /lib/modules/$(shell uname -r)/build M=$(PWD) BT=TRUE clean
> @rm -f $(CREL_PRE)*
>
> install: uninstall install-modules install-scripts
next prev parent reply other threads:[~2012-02-06 15:52 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-06 15:38 [PATCH] Calling make directly is not permitted Rick Farina
2012-02-06 15:52 ` Richard Farina [this message]
2012-02-06 16:03 ` Larry Finger
2012-02-07 21:55 ` Luis R. Rodriguez
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=4F2FF742.5070309@gmail.com \
--to=sidhayn@gmail.com \
--cc=linux-wireless@vger.kernel.org \
--cc=mcgrof@gmail.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).