From: "Sergey V." <sftp.mtuci@gmail.com>
To: Sergei Trofimovich <slyich@gmail.com>
Cc: linux-btrfs@vger.kernel.org,
Sergei Trofimovich <slyfox@gentoo.org>,
Chris Mason <chris.mason@oracle.com>
Subject: Re: [btrfs-progs: PATCH 2/2] Makefile: use $(MAKE) instead of hardcoded 'make'
Date: Mon, 16 Apr 2012 15:50:13 +0400 [thread overview]
Message-ID: <201204161550.13859.sftp.mtuci@gmail.com> (raw)
In-Reply-To: <1333372202-627-2-git-send-email-slyich@gmail.com>
On Monday 02 of April 2012 17:10:02 Sergei Trofimovich wrote:
> From: Sergei Trofimovich <slyfox@gentoo.org>
>
> CC: Chris Mason <chris.mason@oracle.com>
> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
> ---
> Makefile | 6 +++---
> 1 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/Makefile b/Makefile
> index ebfd5c8..9694444 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -101,15 +101,15 @@ ioctl-test: $(objects) ioctl-test.o
> $(CC) $(CFLAGS) -o ioctl-test $(objects) ioctl-test.o $(LDFLAGS) $(LIBS)
>
> manpages:
> - cd man; make
> + cd man; $(MAKE)
>
> install-man:
> - cd man; make install
> + cd man; $(MAKE) install
>
> clean :
> rm -f $(progs) cscope.out *.o .*.d btrfs-convert btrfs-image btrfs-select-super \
> btrfs-zero-log btrfstune dir-test ioctl-test quick-test version.h
> - cd man; make clean
> + cd man; $(MAKE) clean
>
> install: $(progs) install-man
> $(INSTALL) -m755 -d $(DESTDIR)$(bindir)
> --
Resonable.
Reviewed-by: Sergey V. <sftp.mtuci@gmail.com>
for both patches.
Thanks
next prev parent reply other threads:[~2012-04-16 11:50 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-02 13:10 [btrfs-progs: PATCH 1/2] Makefile: use $(CC) as a compilers instead of $(CC)/gcc Sergei Trofimovich
2012-04-02 13:10 ` [btrfs-progs: PATCH 2/2] Makefile: use $(MAKE) instead of hardcoded 'make' Sergei Trofimovich
2012-04-16 11:50 ` Sergey V. [this message]
2012-04-13 19:27 ` [btrfs-progs: PATCH 1/2] Makefile: use $(CC) as a compilers instead of $(CC)/gcc Sergei Trofimovich
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=201204161550.13859.sftp.mtuci@gmail.com \
--to=sftp.mtuci@gmail.com \
--cc=chris.mason@oracle.com \
--cc=linux-btrfs@vger.kernel.org \
--cc=slyfox@gentoo.org \
--cc=slyich@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).