summaryrefslogtreecommitdiff
path: root/maintainer-scripts
Commit message (Collapse)AuthorAgeFilesLines
* * update_version_svn (ADD_BRANCHES): Remove dfp-branch.bje2006-01-122-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109635 138bc75d-0d04-0410-961f-82ee72b054a4
* * update_web_docs_svn: Remove unnecessary files from source tree.jsm282005-12-165-270/+29
| | | | | | | | Use set -e. * doc_exclude, update_web_docs, update_web_docs_libstdcxx: Remove. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108698 138bc75d-0d04-0410-961f-82ee72b054a4
* * update_web_docs_svn: Set @srcdir in gcc-vers.texi. mmitchel2005-12-162-1/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108691 138bc75d-0d04-0410-961f-82ee72b054a4
* * update_web_docs_svn: Set @srcdir in gcc-vers.texi. mmitchel2005-11-231-0/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107427 138bc75d-0d04-0410-961f-82ee72b054a4
* * crontab: Add 4.1 branch entry.mmitchel2005-11-192-1/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107213 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release: Further update for SVN. Don't set EXPORTTAG orjsm282005-11-063-33/+24
| | | | | | | | | | EXPORTDATE; always determine SVNREV the same way. Correct message about what sources are being retrived. Include branch information in LAST_UPDATED. * crontab: Don't include initial / in branch name. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@106564 138bc75d-0d04-0410-961f-82ee72b054a4
* 2005-11-05 Daniel Berlin <dberlin@dberlin.org>dberlin2005-11-062-18/+16
| | | | | | | | | | * gcc_release: Always determine revision number from date or tag, and use that, instead of fragile date based export. Put back setting of non-local CVSROOT. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@106554 138bc75d-0d04-0410-961f-82ee72b054a4
* 2005-11-05 Daniel Berlin <dberlin@dberlin.org>dberlin2005-11-052-9/+17
| | | | | | | | | | | * gcc_release: Make tags go in /tags. Don't tag for snapshots. Determine revision number of export and put into snapshot announcement. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@106531 138bc75d-0d04-0410-961f-82ee72b054a4
* Forgot ChangeLoggccadmin2005-11-041-0/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@106478 138bc75d-0d04-0410-961f-82ee72b054a4
* first pass at updated gcc_release, should work for snapshotsgccadmin2005-11-042-43/+41
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@106476 138bc75d-0d04-0410-961f-82ee72b054a4
* 2005-10-26 Daniel Berlin <dberlin@dberlin.org>dberlin2005-10-292-2/+6
| | | | | | | | * update_web_docs_svn: Use -q to quiet svn. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@105987 138bc75d-0d04-0410-961f-82ee72b054a4
* 2005-10-26 Daniel Berlin <dberlin@dberlin.org>gccadmin2005-10-282-3/+7
| | | | | | | | * crontab: Update to reflect reality git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@105949 138bc75d-0d04-0410-961f-82ee72b054a4
* Add back -q so that jsm doesn't have to see a billion lines of outputdberlin2005-10-281-2/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@105932 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix update_version_svn so it actually is the correct version of this scriptroot2005-10-281-5/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@105928 138bc75d-0d04-0410-961f-82ee72b054a4
* Add svn versiondberlin2005-10-171-0/+51
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@105484 138bc75d-0d04-0410-961f-82ee72b054a4
* SVN versiondberlin2005-10-171-0/+205
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@105483 138bc75d-0d04-0410-961f-82ee72b054a4
* Modify update_version for SVNdberlin2005-10-161-0/+133
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@105454 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release (build_sources): If trying to apply a tag thatmmitchel2005-10-012-4/+16
| | | | | | | already exists, issue an error message and exit. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104854 138bc75d-0d04-0410-961f-82ee72b054a4
* PR other/23693jsm282005-09-302-4/+10
| | | | | | | * update_web_docs: Add PDF support. Correct check of DEV-PHASE. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104837 138bc75d-0d04-0410-961f-82ee72b054a4
* * update_web_docs_old: Remove.jsm282005-09-302-154/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104835 138bc75d-0d04-0410-961f-82ee72b054a4
* 2005-08-14 Kelley Cook <kcook@gcc.gnu.org>kcook2005-08-152-2/+6
| | | | | | | * gcc_release: Update with FSF address. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103097 138bc75d-0d04-0410-961f-82ee72b054a4
* * update_version (ADD_BRANCHES): Add dfp-branch.janis2005-07-262-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102390 138bc75d-0d04-0410-961f-82ee72b054a4
* * crontab: Spread snapshot building more evenly throughout thegerald2005-05-212-3/+8
| | | | | | | week. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100051 138bc75d-0d04-0410-961f-82ee72b054a4
* * crontab: Don't build 3.3 branch snapshots.jsm282005-05-193-2/+6
| | | | | | | * update_version (IGNORE_BRANCHES): Add gcc-3_3-branch. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99941 138bc75d-0d04-0410-961f-82ee72b054a4
* config:zack2005-03-165-28/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gcc-version.m4: Delete. fastjar: * Makefile.am (fastjar_TEXINFOS): Add gcc-vers.texi. (BASEVER, DEVPHASE): New variables. (POD2MAN): Adjust setting of --release option. (fastjar.1, grepjar.1, gcc-vers.texi): New rules. * Makefile.in: Regenerate. * configure.ac: Do not invoke TL_AC_GCC_VERSION. * aclocal.m4, configure: Regenerate. gcc: * BASE-VER, DATESTAMP, DEV-PHASE: New files. * Makefile.in (gcc_version, gcc_version_trigger, ): Delete. (BASEVER, DEVPHASE, DATESTAMP, BASEVER_c, DEVPHASE_c, DATESTAMP_c) (BASEVER_s, DEVPHASE_s, DATESTAMP_s): New variables. (version): Define using $(BASEVER_c). (Makefile, config.status, build/gcov-iov.o): No longer depends on version.c. (version.o): Depend on version files; add custom generation command. (prefix.o): Define BASEVER on command line. (s-iov): Depend on version files; adjust command. (TEXI_CPP_FILES, TEX_IGCC_FILES, TEXI_GCCINT_FILES, TEXI_CPPINT_FILES): Add gcc-vers.texi. (gcc-vers.texi): New rule. (doc/%.info, doc/%.dvi): Add -I . to command line. (doc/gccinstall.dvi): Likewise. (PACKAGE): Delete. All uses replaced with "gcc". * aclocal.m4: Do not include gcc-version.m4. * configure.ac: Do not invoke TL_AC_GCC_VERSION. Do not AC_SUBST nor AC_DEFINE PACKAGE or VERSION. Set is_release based on contents of DEV-PHASE. Set gcc_version based on contents of BASE-VER. Define WIN32_REGISTRY_KEY only if the user overrode the default. * config.in, configure: Regenerate. * gccbug.in: Determine version of GCC in use at runtime. * gcov-iov.c: Get version number and development phase from command line, not by including version.c. * intl.c: Replace all uses of PACKAGE with "gcc". * libada-mk.in: Delete unused "gcc_version" variable. * prefix.c: Default WIN32_REGISTRY_KEY to BASEVER. * version.c: (VERSUFFIX): New hook for redistributors; adjust commentary to match. (version_string): Put together from pieces. * config/alpha/x-vms: Do not use $(gcc_version). * config/i386/t-nwld: Likewise. * doc/include/gcc-common.texi: Include gcc-vers.texi for version-GCC and DEVELOPMENT. gcc/ada: * Make-lang.in (doc/gnat_ugn_unw.info, doc/gnat_rm.info) (doc/gnat_ugn_unw.dvi, doc/gnat_rm.dvi): Add gcc-vers.texi to dependencies. gcc/fortran: * Make-lang.in (GFORTRAN_TEXI): Add gcc-vers.texi. gcc/java: * Make-lang.in (TEXI_JAVA_FILES): Add gcc-vers.texi. gcc/treelang: * Make-lang.in (TEXI_TREELANG_FILES): Add gcc-vers.texi. libstdc++-v3: * include/Makefile.am (c++config.h): Depend on DATESTAMP from gcc subdirectory. Generate #define of __GLIBCXX__ from contents of that file. * include/Makefile.in: Regenerate. * include/bits/c++config: Do not define __GLIBCXX__. maintainer-scripts: * README: Update. * gcc_release: Update gcc/DEV-PHASE if that file exists, instead of gcc/version.c. * update_version: Handle updating gcc/DATESTAMP. * update_web_docs: Generate gcc-vers.texi first. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96549 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix non-Ada bootstrap failure reported by Ranjit Mathewwilson2005-03-112-1/+5
| | | | | | | | 2005-03-10 Ranjit Mathew <rmathew@hotmail.com> * gcc_release (ADA_DIRS): Add "gnattools". git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96281 138bc75d-0d04-0410-961f-82ee72b054a4
* * crontab: Adjust for 4.0 branch.mmitchel2005-02-252-1/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95554 138bc75d-0d04-0410-961f-82ee72b054a4
* * update_version (ADD_BRANCHES): Replace lno-branch withspop2004-12-312-1/+6
| | | | | | | autovect-branch. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@92747 138bc75d-0d04-0410-961f-82ee72b054a4
* * crontab: Rename GCC 3.5 snapshots to GCC 4.0 snapshots.gerald2004-09-112-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87356 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-08-14 Kelley Cook <kcook@gcc.gnu.org>kcook2004-08-142-1/+21
| | | | | | | | * gcc_release (build_sources): Add comment header to generated MD5SUMS. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86000 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-08-06 Kelley Cook <kcook@gcc.gnu.org>kcook2004-08-062-81/+78
| | | | | | | | * gcc_release (snapshot_print): Accept arguments. Don't use echo -e. (announce_snapshot): Update for above. Don't use echo -e. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85637 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-08-03 Kelley Cook <kcook@gcc.gnu.org>kcook2004-08-034-125/+102
| | | | | | | | | | | * maintainer-scripts (snapshot_print): New function. (announce_snapshot): Generate announcment on the fly. Use a directory link for LATEST. * snapshot-README: Delete. * snapshot-index.html: Delete. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85508 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>toon2004-07-161-1/+4
| | | | | | | * maintainer-scripts/gcc_release: Revert yesterday's change. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84827 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>toon2004-07-151-4/+1
| | | | | | | | | * libf2c: Removed. * gcc/gccbug.in: Updated because of libf2c removal. * maintainer-scripts/gcc_release: Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84759 138bc75d-0d04-0410-961f-82ee72b054a4
* maintainer-scripts/ChangeLog:bonzini2004-06-092-0/+6
| | | | | | | | | | | | | | | | 2004-06-09 Paolo Bonzini <bonzini@gnu.org> * gcc_release (build_sources): Move the libcpp gmo files to the source directory. libcpp/ChangeLog: 2004-06-09 Paolo Bonzini <bonzini@gnu.org> * Makefile.am (all-local): New. * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82819 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release (maybe_build_tarfile): New function.jsm282004-06-042-8/+32
| | | | | | | (build_tarfiles): Use maybe_build_tarfile. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82613 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-05-21 Paolo Carlini <pcarlini@suse.de>paolo2004-05-212-1/+5
| | | | | | | * gcc_release (build_sources): Generate the NEWS file in toplevel. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82095 138bc75d-0d04-0410-961f-82ee72b054a4
* [maintainer-scripts/]kcook2004-05-172-8/+6
| | | | | | | | | | | | | 2004-05-17 Kelley Cook <kcook@gcc.gnu.org> * gcc_release (build_sources): Change CRCs from brik to md5sum. [htdocs/] 2004-05-17 Kelley Cook <kcook@gcc.gnu.org> * snapshots.html: Update docs for checking with md5sum. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81958 138bc75d-0d04-0410-961f-82ee72b054a4
* * crontab: Add GCC 3.5 snapshots, currenty run on Sundays.gerald2004-05-162-0/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81919 138bc75d-0d04-0410-961f-82ee72b054a4
* * update_web_docs: Also remove old .gz files from subdirectoriesjsm282004-05-132-1/+6
| | | | | | | on the 15th of the month. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81773 138bc75d-0d04-0410-961f-82ee72b054a4
* * update_web_docs (MANUALS): Add gfortran.jsm282004-05-132-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81772 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-05-13 Arnaud Charlet <charlet@act-europe.fr>jsm282004-05-132-2/+14
| | | | | | | * update_web_docs: Fix generation of Ada docs. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81770 138bc75d-0d04-0410-961f-82ee72b054a4
* * update_version (ADD_BRANCHES): Remove tree-ssa-20020619-branch.jsm282004-05-132-1/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81768 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release (DIFF): Remove -3 option.jsm282004-05-132-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81767 138bc75d-0d04-0410-961f-82ee72b054a4
* Merge tree-ssa-20020619-branch into mainline.dnovillo2004-05-134-2/+17
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81764 138bc75d-0d04-0410-961f-82ee72b054a4
* * crontab: Move GCC 3.4 snapshots from Wednesday afternoon togerald2004-05-022-1/+6
| | | | | | | Friday night, where gcc.gnu.org has less load. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81413 138bc75d-0d04-0410-961f-82ee72b054a4
* * crontab: Adjust temporary directory used for snapshot generation.gerald2004-05-022-5/+11
| | | | | | | | Move GCC 3.3 snapshots to Wednesday 22:32, where gcc.gnu.org has less load. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81409 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release (build_sources): Do not use "-F" to tag sources.mmitchel2004-04-192-1/+8
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@80867 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release (build_sources): Do not use "-r" and "-D" at themmitchel2004-04-072-2/+9
| | | | | | | same time with "cvs export". git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@80480 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release: Fix sanity check for argument of -p command-linegerald2004-03-272-4/+11
| | | | | | | | options. In snapshot mode, only generate diffs against the previous snapshot if the user did not specify any old tarball explictly. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@80009 138bc75d-0d04-0410-961f-82ee72b054a4