mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-11 11:42:51 -08:00
Never invoke make directly. Use the name provided by configure
This commit is contained in:
parent
785a880ad1
commit
c1911e090d
1 changed files with 2 additions and 2 deletions
|
|
@ -147,6 +147,6 @@ test3:
|
|||
./ecl < compile.lsp
|
||||
-for i in lsp clos cmp clx tk; do test -d $$i && diff --exclude=\*.o $$i stage2/$$i; done | less
|
||||
test:
|
||||
make -C tests
|
||||
make -C ansi-tests > ansi-tests/log
|
||||
$(MAKE) -C tests
|
||||
$(MAKE) -C ansi-tests > ansi-tests/log
|
||||
-(diff tests ~/src/tests; diff --exclude log ansi-tests ~/src/ansi-tests) | less
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue