From: Dave Reisner Date: Sat, 8 Sep 2012 15:50:56 +0000 (-0400) Subject: Revert "build-sys: disable jobserver for rootfs target" X-Git-Tag: v11~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84afccb91db106ad81effc88c2851ceddeda06ea;p=thirdparty%2Fkmod.git Revert "build-sys: disable jobserver for rootfs target" This is bogus and does not work. This reverts commit 4e7f0f204bc82ce749cad6613b066993f530cbe6. --- diff --git a/Makefile.am b/Makefile.am index 6e494c44..e69163ea 100644 --- a/Makefile.am +++ b/Makefile.am @@ -134,8 +134,7 @@ CREATE_ROOTFS = $(AM_V_GEN) ( $(RM) -rf $(ROOTFS) && \ touch testsuite/stamp-rootfs && \ find $(ROOTFS) -type d -exec chmod +w {} \; ) -# disable jobserver to avoid running in parallel with the testsuite --rootfs: +rootfs: $(CREATE_ROOTFS) .PHONY: rootfs