aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2012-07-10 09:32:12 -0400
committerLucas De Marchi <lucas.demarchi@profusion.mobi>2012-07-10 10:41:57 -0300
commit4e7f0f204bc82ce749cad6613b066993f530cbe6 (patch)
tree992c780180be1bb9006dd7d89d2e9df0afe72f19
parente1b1ab24ab7b690343dbddd8087b17f6d722327c (diff)
downloadkmod-4e7f0f204bc82ce749cad6613b066993f530cbe6.tar.gz
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.
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index c568265..26f32cd 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