[epiphany/gnome-3-20] Generate ChangeLog in builddir
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/gnome-3-20] Generate ChangeLog in builddir
- Date: Sat, 9 Jul 2016 18:33:50 +0000 (UTC)
commit cbb37119d94e980630881fd57de992e5c805c6e6
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Sat Jul 9 13:32:02 2016 -0500
Generate ChangeLog in builddir
https://bugzilla.gnome.org/show_bug.cgi?id=768218
Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index fd62b69..43e1e1f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,7 +17,7 @@ distuninstallcheck_listfiles = find . -type f -print | grep -v 'icon-theme.cache
ChangeLog:
@if test -f $(top_srcdir)/.git/HEAD; then \
pushd $(top_srcdir); \
- git log --max-count=500 --no-decorate --stat > $@; \
+ git log --max-count=500 --no-decorate --stat > $(abs_top_builddir)/$@; \
popd; \
fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]