Makefile update to v2.7
This commit is contained in:
parent
356a16a077
commit
3f87833cb8
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
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user