Revert "build-sys: disable jobserver for rootfs target"

This is bogus and does not work.

This reverts commit 4e7f0f204b.
This commit is contained in:
Dave Reisner 2012-09-08 11:50:56 -04:00
parent d642341777
commit 84afccb91d

View 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