mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 07:36:17 +01:00
parent
e7cd94a481
commit
fcbddd746b
@ -89,7 +89,7 @@ stamp-gc-h: config.status
|
||||
echo timestamp > stamp-gc-h
|
||||
|
||||
ChangeLog:
|
||||
$(AM_V_GEN) test -d "$(srcdir)/.git"; then \
|
||||
$(AM_V_GEN) if test -d "$(srcdir)/.git"; then \
|
||||
(GIT_DIR=$(top_srcdir)/.git ./missing --run git log GLIB_2_20_0^^.. --stat) | fmt --split-only > $@.tmp \
|
||||
&& mv -f $@.tmp $@ \
|
||||
|| ($(RM) $@.tmp; \
|
||||
|
Loading…
Reference in New Issue
Block a user