aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2012-09-08 11:50:56 -0400
committerDave Reisner <dreisner@archlinux.org>2012-09-08 14:09:58 -0400
commit84afccb91db106ad81effc88c2851ceddeda06ea (patch)
treea831ff71b861707be2d744842f81f9c803ecf4be
parentd6423417778d049b07a3091c3972160be99c9173 (diff)
downloadkmod-84afccb91db106ad81effc88c2851ceddeda06ea.tar.gz
Revert "build-sys: disable jobserver for rootfs target"
This is bogus and does not work. This reverts commit 4e7f0f204bc82ce749cad6613b066993f530cbe6.
-rw-r--r--Makefile.am3
1 files changed, 1 insertions, 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