From ee4c43d7ce067b81d0509edd7682c8a42b6554a7 Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Wed, 6 Aug 2025 20:28:50 +0200 Subject: [PATCH] Makefile added with Version 1.7 --- Makefile | 8 ++++---- journaliser | 2 +- loggy | 2 +- mqtt_sniffer | 2 +- nemo | 2 +- netst | 2 +- ptpython | 2 +- pyrip | 2 +- starter | 2 +- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Makefile b/Makefile index 3b6358d..7597ae4 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# git helper Makefile: Version 1.6 (2025-08-05) +# git helper Makefile: Version 1.7 (2025-08-05) default: help .ONESHELL: @@ -49,15 +49,15 @@ init: print_head $(MAKE) localinit update_submodules: - git submodule foreach "git checkout master && git pull && git submodule init && git submodule update" + git submodule foreach "git fetch && git checkout master && git pull && git submodule init && git submodule update" -giti_sub: print_head +giti_this: print_head giti echo " Submodules:" git submodule --quiet foreach "echo -n ' ' && giti" giti: - git submodule --quiet foreach make --no-print-directory giti_sub + git submodule --quiet foreach [ -e Makefile ] || make --no-print-directory giti_this localclean: diff --git a/journaliser b/journaliser index cce3d62..62ebb73 160000 --- a/journaliser +++ b/journaliser @@ -1 +1 @@ -Subproject commit cce3d62f708f5e55420c10cdbfe6bee2a2c985d5 +Subproject commit 62ebb7314a14895473b2f84c311c72825bc15218 diff --git a/loggy b/loggy index 9df9386..2984288 160000 --- a/loggy +++ b/loggy @@ -1 +1 @@ -Subproject commit 9df9386f6af53ae576b232bf2569cce4ceb1d30d +Subproject commit 298428883655271a0ebf535e5243ecb28b0c0398 diff --git a/mqtt_sniffer b/mqtt_sniffer index af55e10..e7d7dd1 160000 --- a/mqtt_sniffer +++ b/mqtt_sniffer @@ -1 +1 @@ -Subproject commit af55e1042c5eb2934a543de9ee7eb940d8ff7409 +Subproject commit e7d7dd148ddcda80f51ba1e1cf666ce159a8f792 diff --git a/nemo b/nemo index 3169359..5dfc5ee 160000 --- a/nemo +++ b/nemo @@ -1 +1 @@ -Subproject commit 3169359ae36a09f4a18be9e7e54db704cd1d59eb +Subproject commit 5dfc5ee91d280d3760557438a223f28fabf3f945 diff --git a/netst b/netst index 6daefbc..057fb3a 160000 --- a/netst +++ b/netst @@ -1 +1 @@ -Subproject commit 6daefbcbd583206989e6f9d6f9b8e4b99562e0c5 +Subproject commit 057fb3acdfe027901fda3760864bf61bff323e1b diff --git a/ptpython b/ptpython index 863d063..088e4a3 160000 --- a/ptpython +++ b/ptpython @@ -1 +1 @@ -Subproject commit 863d063db59e2ecc5baf20e2fef7986a2141370d +Subproject commit 088e4a3348ab3f85e0ecb83ac4b488c46856a9da diff --git a/pyrip b/pyrip index e029629..e9f09c5 160000 --- a/pyrip +++ b/pyrip @@ -1 +1 @@ -Subproject commit e029629beeed8109efa838b284e8ae6ac2f4e70b +Subproject commit e9f09c57cf8e733e0b536a71e59654678dd2c1c4 diff --git a/starter b/starter index 48d1705..5de4d8e 160000 --- a/starter +++ b/starter @@ -1 +1 @@ -Subproject commit 48d1705e75e93b1884559b80796b4d40efd2fcc3 +Subproject commit 5de4d8e3bee5f9a29604a143cbb041c434859040