[OE-core] [PATCH 1/1] btrfs-tools: 3.18.2 -> 4.0.1
Robert Yang
liezhi.yang at windriver.com
Tue Jun 2 11:50:27 UTC 2015
On 06/02/2015 06:30 PM, Burton, Ross wrote:
>
> On 1 June 2015 at 06:41, Robert Yang <liezhi.yang at windriver.com
> <mailto:liezhi.yang at 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
More information about the Openembedded-core
mailing list