From 4e7f0f204bc82ce749cad6613b066993f530cbe6 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Tue, 10 Jul 2012 09:32:12 -0400 Subject: [PATCH] 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. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.47.3