projects
/
super-star-trek.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ab2dac
)
BSD friendliness.
author
Eric S. Raymond
<esr@thyrsus.com>
Wed, 24 Apr 2019 19:30:40 +0000
(15:30 -0400)
committer
Eric S. Raymond
<esr@thyrsus.com>
Wed, 24 Apr 2019 19:30:40 +0000
(15:30 -0400)
Makefile
patch
|
blob
|
history
test/Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 7aa6faded19598c53ab095c69ba59d014ce12f89..c1d66853f318db52f2472e294dc14f72a20e7723 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-29,7
+29,7
@@
super-star-trek-$(VERS).tar.gz: $(SOURCES) sst.6
dist: sst-$(VERS).tar.gz
check: #pylint
- cd test;
make
--quiet
+ cd test;
$(MAKE)
--quiet
COMMON_PYLINT = --rcfile=/dev/null --reports=n \
--msg-template="{path}:{line}: [{msg_id}({symbol}), {obj}] {msg}" \
diff --git
a/test/Makefile
b/test/Makefile
index 9c27e0396c15d297ab66116691f2b044edfe1d34..cf908beb7c607e34a9bcfcc210beb519567a103f 100644
(file)
--- a/
test/Makefile
+++ b/
test/Makefile
@@
-4,9
+4,9
@@
PYTHON=python
all:
@echo "With Python 2:"
- @
make
-e PYTHON=python2 regress
+ @
$(MAKE)
-e PYTHON=python2 regress
@echo "With Python 3:"
- @
make
-e PYTHON=python3 regress
+ @
$(MAKE)
-e PYTHON=python3 regress
@echo "No diff output is good news."
.SUFFIXES: .log .chk