diff options
author | Joel Brobecker <brobecker@gnat.com> | 2013-07-22 15:17:20 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2013-07-22 15:17:20 +0000 |
commit | 7539e41e9fd1fc8ffa2dcce49f86441305a3d620 (patch) | |
tree | 7af2510ef41cb549b694cc908b1d6a29b368a80a /ChangeLog | |
parent | e23b9d6ed259f2acb3a775e49ba7cdd7a228278f (diff) | |
download | gdb-7539e41e9fd1fc8ffa2dcce49f86441305a3d620.zip gdb-7539e41e9fd1fc8ffa2dcce49f86441305a3d620.tar.gz gdb-7539e41e9fd1fc8ffa2dcce49f86441305a3d620.tar.bz2 |
src-release: Fix VER computation for TOOL=gdb
Without this patch, the DATE marker in gdb/version.in does not get
replaced by the source packaging date, causing the name of the
tarball being created to: have the DATE marker in the tarball
name and the name of the directory the sources unpack to (Eg:
gdb-7.6.50-DATE-cvs.tar instead of gdb-7.6.50-20130710-cvs.tar).
ChangeLog:
* src-release (VER): Use $(TOOL)/common/create-version.sh
if it exists.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2013-07-22 Joel Brobecker <brobecker@adacore.com> + + * src-release (VER): Use $(TOOL)/common/create-version.sh + if it exists. + 2013-07-10 Jack Howarth <howarth@bromo.med.uc.edu> PR target/57792 |