diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-05-22 14:20:12 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-05-22 14:20:12 +0000 |
commit | 9d92f62db8510d49731b4031c2a13a29928b0fff (patch) | |
tree | 539856dfd8a4ce8d0c069eeb44934804f712c1ef /maintainer-scripts/ChangeLog | |
parent | 7eb1e18e8e0b04719534592d8142c47ff4af9495 (diff) | |
download | gcc-9d92f62db8510d49731b4031c2a13a29928b0fff.tar.gz |
* gcc_release (adjust_dirs, maybe_build_tarfile): Remove.
(build_tarfiles): Don't build separate files for languages and
core.
(build_diffs): Only build one set of diffs.
(announce_snapshot): Only announce one tar file.
(ADA_DIRS, CPLUSPLUS_DIRS, FORTRAN95_DIRS, GO_DIRS, JAVA_DIRS,
OBJECTIVEC_DIRS, TESTSUITE_DIRS): Remove. Don't adjust names
relative to WORKING_DIRECTORY.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174028 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'maintainer-scripts/ChangeLog')
-rw-r--r-- | maintainer-scripts/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog index dc399a73fba..35879c5fcfa 100644 --- a/maintainer-scripts/ChangeLog +++ b/maintainer-scripts/ChangeLog @@ -1,3 +1,14 @@ +2011-05-22 Joseph Myers <joseph@codesourcery.com> + + * gcc_release (adjust_dirs, maybe_build_tarfile): Remove. + (build_tarfiles): Don't build separate files for languages and + core. + (build_diffs): Only build one set of diffs. + (announce_snapshot): Only announce one tar file. + (ADA_DIRS, CPLUSPLUS_DIRS, FORTRAN95_DIRS, GO_DIRS, JAVA_DIRS, + OBJECTIVEC_DIRS, TESTSUITE_DIRS): Remove. Don't adjust names + relative to WORKING_DIRECTORY. + 2011-04-21 Jakub Jelinek <jakub@redhat.com> * gcc_release (maybe_build_tarfile): Don't build a tarfile if |