According to Jim Meyering on 5/2/2009 2:34 PM: > * top/maint.mk (no-submodule-changes): New rule. > (alpha beta major): Depend on it. > +.PHONY: no-submodule-changes > +no-submodule-changes: > + if test -d .git; then \
Can we please make this VPATH safe? $(srcdir)/.git > + diff=$$(git submodule -q foreach git diff-index --name-only HEAD) \ diff=$$(cd $(srcdir) && git submodule... -- Don't work too hard, make some time for fun as well! Eric Blake e...@byu.net
signature.asc
Description: OpenPGP digital signature