From d47c618ae60486083b671e44c0b05825ac942d17 Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Sun, 10 Aug 2025 18:57:30 +0200 Subject: [PATCH] Makefile added with Version 2.2 --- Makefile | 8 ++++++-- journaliser | 2 +- loggy | 2 +- mqtt_sniffer | 2 +- nemo | 2 +- netst | 2 +- ptpython | 2 +- pyrip | 2 +- starter | 2 +- 9 files changed, 14 insertions(+), 10 deletions(-) diff --git a/Makefile b/Makefile index 58bfaa7..a2417f5 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# git helper Makefile: Version 2.1 (2025-08-05) +# git helper Makefile: Version 2.2 (2025-08-10) default: help .ONESHELL: @@ -38,9 +38,13 @@ init: print_head git submodule update fi # Init submodules - for subdir in $$(find . -maxdepth 2 -mindepth 2 -name Makefile | sort); do + SUBDIRS=$$(find . -maxdepth 2 -mindepth 2 -name Makefile | sort) + for subdir in $$SUBDIRS; do $(MAKE) --no-print-directory -C $$(dirname $$subdir) init done + if [[ $$SUBDIRS ]]; then + $(MAKE) print_head + fi # Create venv if needed if [[ -e $(VENV_FLAG) ]]; then if [[ ! -e $(VENV_FOLDER) ]]; then diff --git a/journaliser b/journaliser index bd570cd..64e95d6 160000 --- a/journaliser +++ b/journaliser @@ -1 +1 @@ -Subproject commit bd570cd4eac22342c509a25c785a71927554661f +Subproject commit 64e95d65c00a34e27e731e93e3578146f9795cc7 diff --git a/loggy b/loggy index 82ff5d6..b3b1fb2 160000 --- a/loggy +++ b/loggy @@ -1 +1 @@ -Subproject commit 82ff5d6b0a2d5e0007371d849fb615fe99f01444 +Subproject commit b3b1fb2325bd6421ca7214f66715193d84d1b7a6 diff --git a/mqtt_sniffer b/mqtt_sniffer index d8ae77a..4d409f9 160000 --- a/mqtt_sniffer +++ b/mqtt_sniffer @@ -1 +1 @@ -Subproject commit d8ae77ac46049ff6dec854c8375d1d1fd1be35dc +Subproject commit 4d409f9544f98e08da0a8881d011394e2dddade2 diff --git a/nemo b/nemo index a470645..3af2a59 160000 --- a/nemo +++ b/nemo @@ -1 +1 @@ -Subproject commit a470645070871ca7297081d3ceae767bd3126db6 +Subproject commit 3af2a597b7f8a844c21db24b899e787dcac6a47f diff --git a/netst b/netst index 5605f6e..59748db 160000 --- a/netst +++ b/netst @@ -1 +1 @@ -Subproject commit 5605f6e8595676bdb95f0b0d3501eb795bdf366e +Subproject commit 59748db5c89aa961f0d825f92c972c59d97bbad2 diff --git a/ptpython b/ptpython index 21e0c13..a0c6968 160000 --- a/ptpython +++ b/ptpython @@ -1 +1 @@ -Subproject commit 21e0c13c26c0f95d53f962874636735937954e82 +Subproject commit a0c6968602289b876a13bb8355217068d6897b61 diff --git a/pyrip b/pyrip index 179c97c..f21541f 160000 --- a/pyrip +++ b/pyrip @@ -1 +1 @@ -Subproject commit 179c97cdf8752cb512867c1e3ea5004ff513033e +Subproject commit f21541f921734b672f39ab855809ded23e5ba9c5 diff --git a/starter b/starter index 639ce92..406fb23 160000 --- a/starter +++ b/starter @@ -1 +1 @@ -Subproject commit 639ce92eacf8fd08bd946d91df0d120461f6bbf0 +Subproject commit 406fb23f7b725249647ed44e0f62c2034612d4b6