Fixed SPACES issue, also fixed redirection error bug in build.

This commit is contained in:
Brad Nelson
2024-02-24 12:30:08 -08:00
parent eaa8a3c4c3
commit 854b3b5d74
7 changed files with 18 additions and 11 deletions

View File

@ -347,7 +347,7 @@ rule forth_test
description = FORTH_TEST $test
depfile = $out.d
deps = gcc
command = $src/tools/importation.py -i $test -o $out --depsout $depfile --no-out && $interp $forth $test 2>&1 | cat >$out
command = $src/tools/importation.py -i $test -o $out --depsout $depfile --no-out && $interp $forth $test >$out 2>&1
rule publish
description = PUBLISH $pubpath
@ -356,7 +356,7 @@ rule publish
-DSTABLE_VERSION=$STABLE_VERSION \
-DOLD_STABLE_VERSION=$OLD_STABLE_VERSION \
-FREVISION=$dst/gen/REVISION \
-FREVSHORT=$dst/gen/REVSHORT 2>&1 | cat >/dev/null
-FREVSHORT=$dst/gen/REVSHORT >/dev/null 2>&1
rule clean
description = CLEAN