"Tommy[D]":
> i attach one build log with -j2 (called j2) and one build log with -j4 (c=
> alled j4).
> 
> i use the makefile suggested at aufs.sourceforge.net.
> 
> running "make -jX" give those results for me:
> 
> X=3D1: compiles fine
> X=3D2: compiles fine
> X=3D3: "text file busy"
> X=3D4: "text file busy"

Thnaks.
On my test environment which has only one cpu, I could not reproduce the
problem.
Will you try this patch, and let me the result?


Junjiro Okajima

diff -x CVS -x RCS -x .pdiff -rup ../../sf.anon/aufs/local.mk ./local.mk
--- ../../sf.anon/aufs/local.mk 2007-12-10 10:18:33.000000000 +0900
+++ ./local.mk  2008-01-09 10:18:24.000000000 +0900
@@ -104,15 +104,16 @@ kconfig: fs/aufs/Kconfig
 
 ########################################
 
-clean: ${AufsVars}
+clean:
        ${MAKE} -C ${KDIR} M=${CURDIR}/fs/aufs $@
        ${MAKE} -C util $@
-       ${RM} ${Tgt} ${AufsVars}
+       ${RM} ${Tgt}
        find . -type f \( -name '*~' -o -name '.#*[0-9]' \) | xargs -r ${RM}
 
 util/aufs.5: FORCE
 util/%:
-       ${MAKE} -j1 -C util
+#      ${MAKE} -j1 -C util
+       ${MAKE} -C util
 aufind.sh: util/aufind.sh
        ln -s $< $@
 aufs.5: util/aufs.5

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace

Reply via email to