grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ChangeLog is generated from gitlog now.


From: Andrei Borzenkov
Subject: Re: ChangeLog is generated from gitlog now.
Date: Sat, 24 Jan 2015 21:37:49 +0300

В Sat, 24 Jan 2015 17:33:44 +0100
Vladimir 'φ-coder/phcoder' Serbinenko <address@hidden> пишет:

> It's generated only on creation of dist archive.
> This also has implications to the git commit message format used.
> Now git commit message follows standard git commit writing rules rather
> than one-off rules which resulted from CSV->SVN->BZR->Git transitions.
> 

> +ChangeLog: FORCE
> +       if test -d $(top_srcdir)/.git; then \
> +               $(gitlog_to_changelog) --srcdir=$(top_srcdir) 
> --since=$(changelog_start_date) > 'address@hidden'; \
> +               rm -f '$@'; mv 'address@hidden' '$@'; \
> +       fi
> +
> +EXTRA_DIST += ChangeLog ChangeLog-2015


This breaks make dist from git checkout, where repository is not
available. May be empty ChangeLog should be created by autogen.sh.

Attachment: pgpBaJ0mii7gf.pgp
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]