Makefile update to v2.6

This commit is contained in:
Dirk Alders 2025-09-14 15:33:15 +02:00
parent 04cf48560e
commit d6f5b74a71
6 changed files with 12 additions and 12 deletions

View File

@ -1,4 +1,4 @@
# git helper Makefile: Version 2.5 (2025-08-11) # git helper Makefile: Version 2.6 (2025-08-11)
default: help default: help
.ONESHELL: .ONESHELL:
@ -73,9 +73,9 @@ init: print_head
if [[ $$OUT =~ "Successfully installed" ]]; then if [[ $$OUT =~ "Successfully installed" ]]; then
echo -e " * \033[1;32m$$req_mod installed.\e[0m" echo -e " * \033[1;32m$$req_mod installed.\e[0m"
elif [[ $$OUT =~ "already satisfied" ]]; then elif [[ $$OUT =~ "already satisfied" ]]; then
echo -e " * \033[1;36m$$req_mod already installed.\e[0m" echo -e " * \033[1;36m$$req_mod already available.\e[0m"
else else
echo -e " * \033[1;31m$$req_mod installation FAILED!\e[0m" echo -e " * \033[1;31m$$req_mod FAILED!\e[0m"
#echo $$OUT #echo $$OUT
fi fi
fi fi

View File

@ -1,4 +1,4 @@
# git helper Makefile: Version 2.5 (2025-08-11) # git helper Makefile: Version 2.6 (2025-08-11)
default: help default: help
.ONESHELL: .ONESHELL:
@ -73,9 +73,9 @@ init: print_head
if [[ $$OUT =~ "Successfully installed" ]]; then if [[ $$OUT =~ "Successfully installed" ]]; then
echo -e " * \033[1;32m$$req_mod installed.\e[0m" echo -e " * \033[1;32m$$req_mod installed.\e[0m"
elif [[ $$OUT =~ "already satisfied" ]]; then elif [[ $$OUT =~ "already satisfied" ]]; then
echo -e " * \033[1;36m$$req_mod already installed.\e[0m" echo -e " * \033[1;36m$$req_mod already available.\e[0m"
else else
echo -e " * \033[1;31m$$req_mod installation FAILED!\e[0m" echo -e " * \033[1;31m$$req_mod FAILED!\e[0m"
#echo $$OUT #echo $$OUT
fi fi
fi fi

@ -1 +1 @@
Subproject commit 95dda53a55b40591bbd5200ae5ea8c354610b913 Subproject commit c2b32852127bc1a3aca078a2dad3993f46cb81c2

@ -1 +1 @@
Subproject commit 7fe492dce2c2d7429a03560e1d14f68108577f51 Subproject commit 152690007a3b87ee0047bcad78b2673111ff1928

@ -1 +1 @@
Subproject commit e5282ac16addbe4d6e59f4a7accaac6b73b469ee Subproject commit e3073141d24c0cd4681b6c57a0967a5506fb35e8

View File

@ -1,4 +1,4 @@
# git helper Makefile: Version 2.5 (2025-08-11) # git helper Makefile: Version 2.6 (2025-08-11)
default: help default: help
.ONESHELL: .ONESHELL:
@ -73,9 +73,9 @@ init: print_head
if [[ $$OUT =~ "Successfully installed" ]]; then if [[ $$OUT =~ "Successfully installed" ]]; then
echo -e " * \033[1;32m$$req_mod installed.\e[0m" echo -e " * \033[1;32m$$req_mod installed.\e[0m"
elif [[ $$OUT =~ "already satisfied" ]]; then elif [[ $$OUT =~ "already satisfied" ]]; then
echo -e " * \033[1;36m$$req_mod already installed.\e[0m" echo -e " * \033[1;36m$$req_mod already available.\e[0m"
else else
echo -e " * \033[1;31m$$req_mod installation FAILED!\e[0m" echo -e " * \033[1;31m$$req_mod FAILED!\e[0m"
#echo $$OUT #echo $$OUT
fi fi
fi fi