diff options
author | Sergio Durigan Junior <sergiodj@redhat.com> | 2019-10-16 16:47:33 -0400 |
---|---|---|
committer | Sergio Durigan Junior <sergiodj@redhat.com> | 2019-10-17 14:00:51 -0400 |
commit | 95c746ccc47cbf927ff2cbebabf910859b090164 (patch) | |
tree | 35e128992179709c5ed2d057464228be0e78856e /ChangeLog | |
parent | 405feb71d4733a36cdc0629e9e4ccecd1a40dc39 (diff) | |
download | gdb-95c746ccc47cbf927ff2cbebabf910859b090164.zip gdb-95c746ccc47cbf927ff2cbebabf910859b090164.tar.gz gdb-95c746ccc47cbf927ff2cbebabf910859b090164.tar.bz2 |
Add libctf to src-release.sh:GDB_SUPPORT_DIRS
We're forgetting to include the libctf directory when creating the
snapshot. This commit changes src-release.sh and adds it to
GDB_SUPPORT_DIRS.
2019-10-17 Sergio Durigan Junior <sergiodj@redhat.com>
* src-release.sh (GDB_SUPPORT_DIRS): Add libctf.
Change-Id: Iada82e5c9e4f8d5a0a5e467d2a628f1fba66002e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2019-10-17 Sergio Durigan Junior <sergiodj@redhat.com> + + * src-release.sh (GDB_SUPPORT_DIRS): Add libctf. + 2019-10-17 Alan Modra <amodra@gmail.com> PR 29 |