[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-mcron] [PATCH 09/33] build: Generate 'ChangeLog' upon 'make dis
From: |
Mathieu Lirzin |
Subject: |
Re: [Bug-mcron] [PATCH 09/33] build: Generate 'ChangeLog' upon 'make dist'. |
Date: |
Sat, 10 Oct 2015 15:22:46 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
Mathieu Lirzin <address@hidden> writes:
> Mathieu Lirzin <address@hidden> writes:
>> diff --git a/makefile.am b/makefile.am
>> index 7187dd7..0e48902 100644
>> --- a/makefile.am
>> +++ b/makefile.am
>> @@ -50,6 +50,21 @@ mcron.c : scm/mcron/main.scm scm/mcron/crontab.scm
>> makefile.ed mcron.c.template
>> # Full program prefix.
>> fpp = $(DESTDIR)$(bindir)/@real_program_prefix@
>>
>> +dist-hook: gen-ChangeLog
>> +
>> +# Commit from which generating ChangeLog begins.
>> +ChangeLog_BASE = 79b2154
> ^^^
> This must be adapted to the “[PATCH 01/33] Augment '.gitignore'.” actual
> commit hash.
I've found a workaround by using ‘gitlog-to-changelog --since’, so here
is an updated patch that doesn't require any modification when applying
the patch.
0001-build-Generate-ChangeLog-upon-make-dist.patch
Description: Text Data
--
Mathieu Lirzin
- Re: [Bug-mcron] [PATCH 09/33] build: Generate 'ChangeLog' upon 'make dist'.,
Mathieu Lirzin <=