From 32428e0ce5b566e96b9456952a8d3c391e177f81 Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Tue, 5 Aug 2025 15:50:00 +0200 Subject: [PATCH] Makefile added with Version 1.2 --- Makefile | 12 ++++++------ journaliser | 2 +- loggy | 2 +- mqtt_sniffer | 2 +- netst | 2 +- ptpython | 2 +- pyrip | 2 +- starter | 2 +- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Makefile b/Makefile index a9a208a..929ca70 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Version 1.1 (2025-08-05) +# Version 1.2 (2025-08-05) default: help .ONESHELL: @@ -19,21 +19,21 @@ init: print_head git submodule init git submodule update fi + # Init submodules + for subdir in $$(find . -maxdepth 2 -mindepth 2 -name Makefile | sort); do + $(MAKE) --no-print-directory -C $$(dirname $$subdir) init + done # Create venv if needed if [[ -e $(VENV_FLAG) ]]; then if [[ ! -e $(VENV_FOLDER) ]]; then mkvenv fi fi + # Start my init script if needed if [[ -x $(INIT_FILE) ]]; then $(INIT_FILE) fi -initall: - for subdir in $$(find . -maxdepth 2 -mindepth 2 -name Makefile | sort); do - $(MAKE) --no-print-directory -C $$(dirname $$subdir) init - done - status: print_head giti echo "Submodules:" diff --git a/journaliser b/journaliser index d6ead58..81d2d82 160000 --- a/journaliser +++ b/journaliser @@ -1 +1 @@ -Subproject commit d6ead58012f892f4457f8f8fe68d1dcb837363f5 +Subproject commit 81d2d82d94a2e84013dcbf29bc802c80697f8f66 diff --git a/loggy b/loggy index 38f8e67..46ea7a8 160000 --- a/loggy +++ b/loggy @@ -1 +1 @@ -Subproject commit 38f8e67c627c5213716959634c6a1769d613596e +Subproject commit 46ea7a8d9e717067ca3c160403102649e34d5e2f diff --git a/mqtt_sniffer b/mqtt_sniffer index 967894f..749669e 160000 --- a/mqtt_sniffer +++ b/mqtt_sniffer @@ -1 +1 @@ -Subproject commit 967894f32f9b150b7e7a9b75c2950b9cb3929edc +Subproject commit 749669e71d30217737a5089805cf88207792885d diff --git a/netst b/netst index 5875c90..b91588b 160000 --- a/netst +++ b/netst @@ -1 +1 @@ -Subproject commit 5875c90998b1b7202764520e1dd62bc1f8d1ef59 +Subproject commit b91588bc30e6f04b11dabed884d4762032a320f3 diff --git a/ptpython b/ptpython index dd45f65..c5f7e29 160000 --- a/ptpython +++ b/ptpython @@ -1 +1 @@ -Subproject commit dd45f657ae496ab84e4169f8c6c254097607d7a0 +Subproject commit c5f7e2910e62bebc971f6ab027c1908ccca05c03 diff --git a/pyrip b/pyrip index 7165e74..2313103 160000 --- a/pyrip +++ b/pyrip @@ -1 +1 @@ -Subproject commit 7165e74a00823a1756f9938e8b45ec8109236948 +Subproject commit 2313103493d704145a58e5365310d83dcb324d59 diff --git a/starter b/starter index 64a1e13..fa83577 160000 --- a/starter +++ b/starter @@ -1 +1 @@ -Subproject commit 64a1e13d6486954c23814c31bf0524f43b834ea6 +Subproject commit fa83577e4e460f2f6c0d5b54935e659049ab5ffb