Makefile update to v2.7

This commit is contained in:
Dirk Alders 2025-09-20 08:49:03 +02:00
parent f5b83b1ec3
commit 9114ce6cad

View File

@ -1,4 +1,4 @@
# git helper Makefile: Version 2.6 (2025-08-11) # git helper Makefile: Version 2.7 (2025-09-20)
default: help default: help
.ONESHELL: .ONESHELL:
@ -90,14 +90,11 @@ init: print_head
update_submodules: update_submodules:
git submodule foreach "git fetch && 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_this: print_head giti: print_head
giti giti -t
echo " Submodules:" echo " Submodules:"
git submodule --quiet foreach "echo -n ' ' && giti" git submodule --quiet foreach "echo -n ' ' && giti"
giti:
git submodule --quiet foreach "[ -e Makefile ] && make --no-print-directory giti_this || :"
localclean: localclean:
clean: localclean clean: localclean