Displaying 1 result from an estimated 1 matches for "gb5bf2".
Did you mean:
5bf2
2009 Dec 02
1
[PATCH libguestfs] accommodate leading "+" in git submodule output
...odule_hash = sed 's/^[ -]//;s/ .*//'
+ _submodule_hash = sed 's/^[ +-]//;s/ .*//'
_update_required := $(shell \
actual=$$(git submodule status | $(_submodule_hash)); \
stamp="$$($(_submodule_hash) $(_curr_status) 2>/dev/null)"; \
--
1.6.6.rc0.324.gb5bf2