From: Dave Reisner Date: Tue, 10 Jul 2012 13:32:12 +0000 (-0400) Subject: build-sys: disable jobserver for rootfs target X-Git-Tag: v10~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e7f0f204bc82ce749cad6613b066993f530cbe6;p=thirdparty%2Fkmod.git build-sys: disable jobserver for rootfs target 2588e3dff5d broke the distcheck target. Fix it by serializing the rootfs (re)creation prior to running the testsuite. --- diff --git a/Makefile.am b/Makefile.am index c568265a..26f32cd6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -130,7 +130,8 @@ CREATE_ROOTFS = $(AM_V_GEN) ( $(RM) -rf $(ROOTFS) && \ touch testsuite/stamp-rootfs && \ find $(ROOTFS) -type d -exec chmod +w {} \; ) -rootfs: +# disable jobserver to avoid running in parallel with the testsuite +-rootfs: $(CREATE_ROOTFS) .PHONY: rootfs