BSD friendliness.
authorEric S. Raymond <esr@thyrsus.com>
Wed, 24 Apr 2019 19:30:40 +0000 (15:30 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Wed, 24 Apr 2019 19:30:40 +0000 (15:30 -0400)
Makefile
test/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}" \
index 9c27e0396c15d297ab66116691f2b044edfe1d34..cf908beb7c607e34a9bcfcc210beb519567a103f 100644 (file)
@@ -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