]> git.ipfire.org Git - thirdparty/grub.git/commit
Generate empty ChangeLog if no .git is available.
authorVladimir Serbinenko <phcoder@gmail.com>
Sat, 24 Jan 2015 19:14:59 +0000 (20:14 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Sat, 24 Jan 2015 19:14:59 +0000 (20:14 +0100)
commitb8f537199a64c7aef68ed39e037f52e9bb629cfc
tree501f192717151a35e78238d99602c0a80a924264
parent14c9a720397e6674c8c46e2e0697c2bf2a7132ae
Generate empty ChangeLog if no .git is available.

When making dist from a git snapshot without repo available make dist would
fail to find ChangeLog. Generate empty ChangeLog if no ChangeLog is already
present and repo is not available.

Reported by: Andrei Borzenkov <arvidjaar@gmail.com>
Makefile.am