Makefile added with Version 2.2

This commit is contained in:
Dirk Alders 2025-08-10 18:57:30 +02:00
parent 04f37dad8d
commit d47c618ae6
9 changed files with 14 additions and 10 deletions

View File

@ -1,4 +1,4 @@
# git helper Makefile: Version 2.1 (2025-08-05) # git helper Makefile: Version 2.2 (2025-08-10)
default: help default: help
.ONESHELL: .ONESHELL:
@ -38,9 +38,13 @@ init: print_head
git submodule update git submodule update
fi fi
# Init submodules # 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 $(MAKE) --no-print-directory -C $$(dirname $$subdir) init
done done
if [[ $$SUBDIRS ]]; then
$(MAKE) print_head
fi
# Create venv if needed # Create venv if needed
if [[ -e $(VENV_FLAG) ]]; then if [[ -e $(VENV_FLAG) ]]; then
if [[ ! -e $(VENV_FOLDER) ]]; then if [[ ! -e $(VENV_FOLDER) ]]; then

@ -1 +1 @@
Subproject commit bd570cd4eac22342c509a25c785a71927554661f Subproject commit 64e95d65c00a34e27e731e93e3578146f9795cc7

2
loggy

@ -1 +1 @@
Subproject commit 82ff5d6b0a2d5e0007371d849fb615fe99f01444 Subproject commit b3b1fb2325bd6421ca7214f66715193d84d1b7a6

@ -1 +1 @@
Subproject commit d8ae77ac46049ff6dec854c8375d1d1fd1be35dc Subproject commit 4d409f9544f98e08da0a8881d011394e2dddade2

2
nemo

@ -1 +1 @@
Subproject commit a470645070871ca7297081d3ceae767bd3126db6 Subproject commit 3af2a597b7f8a844c21db24b899e787dcac6a47f

2
netst

@ -1 +1 @@
Subproject commit 5605f6e8595676bdb95f0b0d3501eb795bdf366e Subproject commit 59748db5c89aa961f0d825f92c972c59d97bbad2

@ -1 +1 @@
Subproject commit 21e0c13c26c0f95d53f962874636735937954e82 Subproject commit a0c6968602289b876a13bb8355217068d6897b61

2
pyrip

@ -1 +1 @@
Subproject commit 179c97cdf8752cb512867c1e3ea5004ff513033e Subproject commit f21541f921734b672f39ab855809ded23e5ba9c5

@ -1 +1 @@
Subproject commit 639ce92eacf8fd08bd946d91df0d120461f6bbf0 Subproject commit 406fb23f7b725249647ed44e0f62c2034612d4b6