mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-08 12:44:23 +01:00
Fix to support git worktree.
* Makefile.am: Use -e for testing .git. -- Signed-off-by: NIIBE Yutaka <gniibe@fsij.org> (backport commit of 96237b9a63a50aed1884cb06f84279b977d6a8fa)
This commit is contained in:
parent
b508af2b2c
commit
baae8d50d7
@ -88,7 +88,7 @@ gen_start_date = 2011-12-01T06:00:00
|
|||||||
.PHONY: gen-ChangeLog
|
.PHONY: gen-ChangeLog
|
||||||
gen-ChangeLog:
|
gen-ChangeLog:
|
||||||
set -e; \
|
set -e; \
|
||||||
if test -d $(top_srcdir)/.git; then \
|
if test -e $(top_srcdir)/.git; then \
|
||||||
(cd $(top_srcdir) && \
|
(cd $(top_srcdir) && \
|
||||||
$(GITLOG_TO_CHANGELOG) --append-dot --tear-off \
|
$(GITLOG_TO_CHANGELOG) --append-dot --tear-off \
|
||||||
--amend=scripts/git-log-fix \
|
--amend=scripts/git-log-fix \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user