From: NeilBrown <neilb@suse.de>
To: Mike Frysinger <vapier@gentoo.org>
Cc: linux-raid@vger.kernel.org
Subject: Re: [PATCH 2/2] mdassemble: split dietlibc logic into dedicated target
Date: Mon, 13 Aug 2012 08:13:22 +1000 [thread overview]
Message-ID: <20120813081322.260c158d@notabene.brown> (raw)
In-Reply-To: <1344799457-2478-2-git-send-email-vapier@gentoo.org>
[-- Attachment #1: Type: text/plain, Size: 1135 bytes --]
On Sun, 12 Aug 2012 15:24:16 -0400 Mike Frysinger <vapier@gentoo.org> wrote:
> This lets people run `make mdassemble` and get a sane build by default.
>
> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
> ---
> .gitignore | 1 +
> Makefile | 3 +++
> 2 files changed, 4 insertions(+)
>
> diff --git a/.gitignore b/.gitignore
> index 7200741..fcbe069 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -4,6 +4,7 @@
> /mdadm
> /mdadm.8
> /mdadm.udeb
> +/mdassemble
> /mdmon
> /swap_super
> /test_stripe
> diff --git a/Makefile b/Makefile
> index 704b374..72f609e 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -180,6 +180,9 @@ raid6check : raid6check.o mdadm.h $(CHECK_OBJS)
> $(CC) $(CXFLAGS) $(LDFLAGS) -o raid6check raid6check.o $(CHECK_OBJS)
>
> mdassemble : $(ASSEMBLE_SRCS) $(INCL)
> + $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) $(ASSEMBLE_FLAGS) -o mdassemble $(ASSEMBLE_SRCS) $(STATICSRC)
> +
> +mdassemble.diet : $(ASSEMBLE_SRCS) $(INCL)
> rm -f $(OBJS)
> $(DIET_GCC) $(ASSEMBLE_FLAGS) -o mdassemble $(ASSEMBLE_SRCS) $(STATICSRC)
>
Applied, thanks.
NeilBrown
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 828 bytes --]
next prev parent reply other threads:[~2012-08-12 22:13 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-12 19:24 [PATCH 1/2] fix handling of CPPFLAGS Mike Frysinger
2012-08-12 19:24 ` [PATCH 2/2] mdassemble: split dietlibc logic into dedicated target Mike Frysinger
2012-08-12 22:13 ` NeilBrown [this message]
2012-08-12 22:13 ` [PATCH 1/2] fix handling of CPPFLAGS NeilBrown
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=20120813081322.260c158d@notabene.brown \
--to=neilb@suse.de \
--cc=linux-raid@vger.kernel.org \
--cc=vapier@gentoo.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;
as well as URLs for NNTP newsgroup(s).