Clean up makefile and some Kawa code

This commit is contained in:
retropikzel 2025-07-06 17:00:35 +03:00
parent fde563496f
commit a9391739cd
2 changed files with 1 additions and 4 deletions

View File

@ -82,9 +82,6 @@ test-r7rs-docker:
docker build --build-arg COMPILE_R7RS=${COMPILE_R7RS} --tag=compile-r7rs-test-${COMPILE_R7RS} . docker build --build-arg COMPILE_R7RS=${COMPILE_R7RS} --tag=compile-r7rs-test-${COMPILE_R7RS} .
docker run -v "${PWD}":/workdir -w /workdir -t compile-r7rs-test-${COMPILE_R7RS} sh -c "make && make install && make clean-test COMPILE_R7RS=${COMPILE_R7RS} test-r7rs" docker run -v "${PWD}":/workdir -w /workdir -t compile-r7rs-test-${COMPILE_R7RS} sh -c "make && make install && make clean-test COMPILE_R7RS=${COMPILE_R7RS} test-r7rs"
clean-snow:
rm -rf snow
clean-test: clean-test:
rm -rf test rm -rf test

View File

@ -302,7 +302,7 @@
" " " "
"-Dkawa.import.path=\"" "-Dkawa.import.path=\""
,@(map (lambda (item) ,@(map (lambda (item)
(string-append item "/*.sld:" item ":")) (string-append item "/*.sld:"))
(append prepend-directories append-directories)) (append prepend-directories append-directories))
"\" " "\" "
"--r7rs" "--r7rs"