build-sys: disable jobserver for rootfs target
authorDave Reisner <dreisner@archlinux.org>
Tue, 10 Jul 2012 13:32:12 +0000 (09:32 -0400)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Tue, 10 Jul 2012 13:41:57 +0000 (10:41 -0300)
2588e3dff5d broke the distcheck target. Fix it by serializing the rootfs
(re)creation prior to running the testsuite.

Makefile.am

index c568265..26f32cd 100644 (file)
@@ -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