From 84afccb91db106ad81effc88c2851ceddeda06ea Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sat, 8 Sep 2012 11:50:56 -0400 Subject: [PATCH] Revert "build-sys: disable jobserver for rootfs target" This is bogus and does not work. This reverts commit 4e7f0f204bc82ce749cad6613b066993f530cbe6. --- Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 6e494c4..e69163e 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 -- 2.7.4