1
0
Fork 0

Compare commits

..

No commits in common. "ce027684cad16fe680f26d0ba48df3c749034f2f" and "4e2c81697a10f1be8ea8b6843ae3f169aa7a606b" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,7 @@
.SILENT: test-r6rs test-r6rs-docker test-r7rs test-r7rs-docker .SILENT: test-r6rs test-r6rs-docker test-r7rs test-r7rs-docker
PREFIX=/usr/local PREFIX=/usr/local
SCHEME=chibi SCHEME=chibi
VERSION=1.1.1 VERSION=1.1.0
R6RSTMP=.tmp/${SCHEME}-r6rs R6RSTMP=.tmp/${SCHEME}-r6rs
R7RSTMP=.tmp/${SCHEME}-r7rs R7RSTMP=.tmp/${SCHEME}-r7rs
DOCKERTAG=compile-scheme-test-${SCHEME} DOCKERTAG=compile-scheme-test-${SCHEME}

View File

@ -696,9 +696,8 @@
append-directories) append-directories)
" " " "
,exec-cmd ,exec-cmd
" tr7i " " tr7i -1 "
,(util-getenv "COMPILE_R7RS_TR7") ,(util-getenv "COMPILE_R7RS_TR7")
" -1 "
,script-file ,script-file
" " " "
,args))))) ,args)))))