Revert "build-sys: disable jobserver for rootfs target"
authorDave Reisner <dreisner@archlinux.org>
Sat, 8 Sep 2012 15:50:56 +0000 (11:50 -0400)
committerDave Reisner <dreisner@archlinux.org>
Sat, 8 Sep 2012 18:09:58 +0000 (14:09 -0400)
This is bogus and does not work.

This reverts commit 4e7f0f204bc82ce749cad6613b066993f530cbe6.

Makefile.am

index 6e494c4..e69163e 100644 (file)
@@ -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