Makefile update to v2.7
This commit is contained in:
parent
d85321fd00
commit
2d44d29210
9
Makefile
9
Makefile
@ -1,4 +1,4 @@
|
||||
# git helper Makefile: Version 2.6 (2025-08-11)
|
||||
# git helper Makefile: Version 2.7 (2025-09-20)
|
||||
default: help
|
||||
|
||||
.ONESHELL:
|
||||
@ -90,14 +90,11 @@ init: print_head
|
||||
update_submodules:
|
||||
git submodule foreach "git fetch && git checkout master && git pull && git submodule init && git submodule update"
|
||||
|
||||
giti_this: print_head
|
||||
giti
|
||||
giti: print_head
|
||||
giti -t
|
||||
echo " Submodules:"
|
||||
git submodule --quiet foreach "echo -n ' ' && giti"
|
||||
|
||||
giti:
|
||||
git submodule --quiet foreach "[ -e Makefile ] && make --no-print-directory giti_this || :"
|
||||
|
||||
localclean:
|
||||
|
||||
clean: localclean
|
||||
|
Loading…
x
Reference in New Issue
Block a user