1
0
mirror of https://github.com/bebbo/amiga-gcc.git synced 2026-05-03 11:47:44 +00:00

fix printing ***

This commit is contained in:
bebbo
2019-06-08 11:13:01 +02:00
parent a0f678f67b
commit 91de1aee00

View File

@@ -90,7 +90,7 @@ L2 = )$(TEEEE) "$$__l"; __r=$$?; ($(FLOCK) 200; if (( $$__r > 0 )); then \
echo -e \\r\\033[K\\033[31m$$__p...failed\\033[0m; \
sed -n '1,/\*\*\*/p' "$$__l" | tail -n 100; \
echo -e \\033[31m$$__p...failed\\033[0m; \
echo -e use \\033[1mless \"$$__l\"\\033[0m to view the full log and search for ***; \
echo -e use \\033[1mless \"$$__l\"\\033[0m to view the full log and search for \*\*\*; \
else echo -e \\r\\033[K\\033[32m$$__p...done\\033[0m; fi \
;grep -v "$$__p" .state >.state0 2>/dev/null; mv .state0 .state ;echo -n $$(cat .state | paste -sd " " -); ) 200>.lock; [[ $$__r -gt 0 ]] && exit $$__r; echo -n ""
else