From d6f5b74a713aa11d0ca04114874fef853b5a6c26 Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Sun, 14 Sep 2025 15:33:15 +0200 Subject: [PATCH] Makefile update to v2.6 --- Makefile | 6 +++--- docs/Makefile | 6 +++--- pylibs/mqtt | 2 +- pylibs/report | 2 +- pylibs/unittest | 2 +- unittest/Makefile | 6 +++--- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Makefile b/Makefile index 1503a9f..c1dafce 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# git helper Makefile: Version 2.5 (2025-08-11) +# git helper Makefile: Version 2.6 (2025-08-11) default: help .ONESHELL: @@ -73,9 +73,9 @@ init: print_head if [[ $$OUT =~ "Successfully installed" ]]; then echo -e " * \033[1;32m$$req_mod installed.\e[0m" 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 - echo -e " * \033[1;31m$$req_mod installation FAILED!\e[0m" + echo -e " * \033[1;31m$$req_mod FAILED!\e[0m" #echo $$OUT fi fi diff --git a/docs/Makefile b/docs/Makefile index 1503a9f..c1dafce 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,4 +1,4 @@ -# git helper Makefile: Version 2.5 (2025-08-11) +# git helper Makefile: Version 2.6 (2025-08-11) default: help .ONESHELL: @@ -73,9 +73,9 @@ init: print_head if [[ $$OUT =~ "Successfully installed" ]]; then echo -e " * \033[1;32m$$req_mod installed.\e[0m" 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 - echo -e " * \033[1;31m$$req_mod installation FAILED!\e[0m" + echo -e " * \033[1;31m$$req_mod FAILED!\e[0m" #echo $$OUT fi fi diff --git a/pylibs/mqtt b/pylibs/mqtt index 95dda53..c2b3285 160000 --- a/pylibs/mqtt +++ b/pylibs/mqtt @@ -1 +1 @@ -Subproject commit 95dda53a55b40591bbd5200ae5ea8c354610b913 +Subproject commit c2b32852127bc1a3aca078a2dad3993f46cb81c2 diff --git a/pylibs/report b/pylibs/report index 7fe492d..1526900 160000 --- a/pylibs/report +++ b/pylibs/report @@ -1 +1 @@ -Subproject commit 7fe492dce2c2d7429a03560e1d14f68108577f51 +Subproject commit 152690007a3b87ee0047bcad78b2673111ff1928 diff --git a/pylibs/unittest b/pylibs/unittest index e5282ac..e307314 160000 --- a/pylibs/unittest +++ b/pylibs/unittest @@ -1 +1 @@ -Subproject commit e5282ac16addbe4d6e59f4a7accaac6b73b469ee +Subproject commit e3073141d24c0cd4681b6c57a0967a5506fb35e8 diff --git a/unittest/Makefile b/unittest/Makefile index 1503a9f..c1dafce 100644 --- a/unittest/Makefile +++ b/unittest/Makefile @@ -1,4 +1,4 @@ -# git helper Makefile: Version 2.5 (2025-08-11) +# git helper Makefile: Version 2.6 (2025-08-11) default: help .ONESHELL: @@ -73,9 +73,9 @@ init: print_head if [[ $$OUT =~ "Successfully installed" ]]; then echo -e " * \033[1;32m$$req_mod installed.\e[0m" 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 - echo -e " * \033[1;31m$$req_mod installation FAILED!\e[0m" + echo -e " * \033[1;31m$$req_mod FAILED!\e[0m" #echo $$OUT fi fi