[OE-core] [PATCH v2 1/6] unfs3: Add a NFSv3 user mode server for use with runqemu

Jason Wessel jason.wessel at windriver.com
Sat Feb 1 14:00:30 UTC 2014


On 02/01/2014 03:22 AM, Richard Purdie wrote:
> Hi Jason,
>
> We're seeing a parallel make race on the autobuilder and it seems its
> from this patch:

You actually still need the patch or you get a different parallel build error with the lib file.  I tracked down the regression from the original.

The original patch looks like:

--- a/Config/Makefile.in
+++ b/Config/Makefile.in
@@ -12,7 +12,9 @@ all: lib.a
 lib.a: $(OBJS)
        $(AR) crs lib.a $(OBJS)
 
-y.tab.h y.tab.c: exports.y
+y.tab.h: y.tab.c
+
+y.tab.c: exports.y
        $(YACC) -d exports.y


So I am thinking something was "lost in porting/translation".  I'll send you a patch shortly.  Thanks for the pointer to the build error.

Cheers,
Jason.




More information about the Openembedded-core mailing list