From: Robert Yang <liezhi.yang@windriver.com>
To: "Burton, Ross" <ross.burton@intel.com>
Cc: OE-core <openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 1/1] btrfs-tools: 3.18.2 -> 4.0.1
Date: Tue, 2 Jun 2015 19:50:27 +0800 [thread overview]
Message-ID: <556D9883.5080803@windriver.com> (raw)
In-Reply-To: <CAJTo0LZCmxQgwTkjCgfnhxioQwS_1_D0cDnEr7mJ9r3OMBmiZA@mail.gmail.com>
On 06/02/2015 06:30 PM, Burton, Ross wrote:
>
> On 1 June 2015 at 06:41, Robert Yang <liezhi.yang@windriver.com
> <mailto:liezhi.yang@windriver.com>> wrote:
>
> - $(Q)$(CC) -MM -MG -MF $@ -MT $(@:.o.d=.o) -MT $(@:.o.d=.static.o)
> -MT $@ $(AM_CFLAGS) $(CFLAGS) >lt;
> + $(Q)$(CC) -MM -MG -MF $@ -MT $(@:.o.d=.o) -MT $(@:.o.d=.static.o)
> -MT $@ $(CFLAGS) >lt;
>
>
> Pretty sure you don't mean to drop AM_CFLAGS there.
Hi Ross,
The patch I sent is a patch's patch, which means that this patch patches
fix-parallel.patch, after the patch is applied, the fix-parallel.patch is:
diff --git a/Makefile.in b/Makefile.in
index 860a390..8a6fbd7 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -142,7 +142,7 @@ else
check_echo = true
endif
-%.o.d: %.c
+%.o.d: %.c version.h
$(Q)$(CC) -MM -MG -MF $@ -MT $(@:.o.d=.o) -MT $(@:.o.d=.static.o) -MT $@
$(CFLAGS) $<
.c.o:
I think that there isn't anything wrong.
// Robert
>
> Ross
next prev parent reply other threads:[~2015-06-02 11:50 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-01 5:41 [PATCH 0/1 V2] btrfs-tools: 3.18.2 -> 4.0.1 Robert Yang
2015-06-01 5:41 ` [PATCH 1/1] " Robert Yang
2015-06-02 10:30 ` Burton, Ross
2015-06-02 11:50 ` Robert Yang [this message]
2015-06-02 12:23 ` Burton, Ross
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=556D9883.5080803@windriver.com \
--to=liezhi.yang@windriver.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=ross.burton@intel.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