From: Premysl Hruby <dfenze@gmail.com>
To: linux-btrfs@vger.kernel.org
Subject: Re: [PATCH] btrfs-progs: remove hard-coding of "gcc" and "make" from Makefile
Date: Mon, 21 Sep 2009 20:25:49 +0200 [thread overview]
Message-ID: <20090921182549.GC10659@baldr.the> (raw)
In-Reply-To: <4AB7A76D.8050902@skyrush.com>
Hi
On (21/09/09 10:18), Joe Peterson wrote:
> Date: Mon, 21 Sep 2009 10:18:53 -0600
> From: Joe Peterson <joe@skyrush.com>
> To: Btrfs Development List <linux-btrfs@vger.kernel.org>
> Subject: [PATCH] btrfs-progs: remove hard-coding of "gcc" and "make" from
> Makefile
> User-Agent: Thunderbird 2.0.0.23 (X11/20090920)
> List-ID: <linux-btrfs.vger.kernel.org>
BTW:
>
> manpages:
> - cd man; make
> + cd man; $(MAKE)
=> $(MAKE) -C man
>
> install-man:
> - cd man; make install
> + cd man; $(MAKE) install
=> $(MAKE) -C man install
>
> clean :
> rm -f $(progs) cscope.out *.o .*.d btrfs-convert
> - cd man; make clean
> + cd man; $(MAKE) clean
=> $(MAKE) clean
--
Premysl "Anydot" Hruby, http://www.redrum.cz/
-
I'm a signature virus. Please add me to your signature and help me spread!
prev parent reply other threads:[~2009-09-21 18:25 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-21 16:18 [PATCH] btrfs-progs: remove hard-coding of "gcc" and "make" from Makefile Joe Peterson
2009-09-21 18:25 ` Premysl Hruby [this message]
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=20090921182549.GC10659@baldr.the \
--to=dfenze@gmail.com \
--cc=linux-btrfs@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox