mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-30 04:10:44 -08:00
msvc: Makefile: use file stream instead of input stream for compile.lsp
Be consistent with unix Makefile, allow for debugging errors during the build.
This commit is contained in:
parent
b98752cda1
commit
7431e6941c
1 changed files with 1 additions and 1 deletions
|
|
@ -233,7 +233,7 @@ c\cut$(EXE): $(top_srcdir)\util\cut.c
|
|||
|
||||
$(TARGETS): $(UCDDAT) ecl_min$(EXE) compile.lsp sysfun.lsp BUILD-STAMP
|
||||
set ECLDIR=./
|
||||
ecl_min < compile.lsp
|
||||
ecl_min compile
|
||||
BUILD-STAMP: Makefile
|
||||
date /t > $@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue