chiark
/
gitweb
/
~mdw
/
runlisp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a06023
)
pysetup.mk: Remove pointless explicit `make' step in `distcheck'.
author
Mark Wooding
<mdw@distorted.org.uk>
Mon, 14 Oct 2019 10:29:44 +0000
(11:29 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Fri, 8 May 2020 11:30:13 +0000
(12:30 +0100)
Now that `check/PYTHON' depends on `all/PYTHON', this just adds a
serialization point which we don't need or want.
pysetup.mk
patch
|
blob
|
blame
|
history
diff --git
a/pysetup.mk
b/pysetup.mk
index 70af80ba028364d729141e81d6d6b271c3c16f33..fed1149d3f3134be3942b301be0172c90bed76b2 100644
(file)
--- a/
pysetup.mk
+++ b/
pysetup.mk
@@
-68,7
+68,7
@@
distcheck:
rm -rf _distcheck
$(PYTHON) setup.py sdist --dist-dir _distcheck
cd _distcheck && tar xvfz $(distdir).tar.gz
- cd _distcheck/$(distdir) && $(MAKE)
&& $(MAKE)
check && $(MAKE) dist
+ cd _distcheck/$(distdir) && $(MAKE) check && $(MAKE) dist
cp _distcheck/$(distdir)/$(distdir).tar.gz .
rm -rf _distcheck