From: Mark Wooding Date: Wed, 6 Jun 2018 21:01:21 +0000 (+0100) Subject: Makefile (distcheck): Propagate jobserver parameters to the test build. X-Git-Tag: 1.2.0~8 X-Git-Url: https://git.distorted.org.uk/~mdw/preload-hacks/commitdiff_plain/12545e3d8608753f59c060c6095455f7556fd479 Makefile (distcheck): Propagate jobserver parameters to the test build. --- diff --git a/Makefile b/Makefile index abff799..f1395ff 100644 --- a/Makefile +++ b/Makefile @@ -197,7 +197,7 @@ dist: distdir distcheck: dist rm -rf _distcheck mkdir _distcheck - cd _distcheck && \ + +cd _distcheck && \ tar xvfz ../$(DISTTAR) && \ cd $(distdir) && \ make && \