chiark
/
gitweb
/
~mdw
/
preload-hacks
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b395b93
)
Makefile (distcheck): Propagate jobserver parameters to the test build.
author
Mark Wooding
<mdw@distorted.org.uk>
Wed, 6 Jun 2018 21:01:21 +0000
(22:01 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Wed, 6 Jun 2018 23:54:36 +0000
(
00:54
+0100)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index abff79982a44bed62d5864628e7f171239cf6c30..f1395ff63ac7fda6dca7a2521427513749d57261 100644
(file)
--- 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 && \