Re: Compilation for aufs fails if there are more than 2 jobs (e.g. make -j3)

2008-01-11 Thread mike
The patch does not work for me. I wrote this patch, and it works for me: --- local.mk.orig 2008-01-11 09:45:13.0 -0800 +++ local.mk2008-01-11 11:08:43.0 -0800 @@ -79,6 +79,8 @@ MAKE += CONFIG_AUFS=${CONFIG_AUFS} \ AUFS_EXTRA_CFLAGS="$(shell echo ${EXTRA_CFLAGS}

Re: Compilation for aufs fails if there are more than 2 jobs (e.g. make -j3)

2008-01-11 Thread sfjro
Hello Mike, "mike": > The patch does not work for me. > > I wrote this patch, and it works for me: Thanx for your patch. I also updated the patch after exchanging personal mails between Tommy[D], and he reported it worked. Please try this one. Junjiro Okajima