summaryrefslogtreecommitdiff
path: root/maintainer-scripts
Commit message (Collapse)AuthorAgeFilesLines
* * 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
* * gcc_release (FTP_PATH): Use /var/ftp instead of ~ftp, andgerald2004-03-252-4/+7
| | | | | | | only set at a single place. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79949 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release (SNAPSHOTS_DIR): New variable. Use it.gerald2004-03-142-6/+13
| | | | | | | (announce_snapshot): Use it. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79484 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release (announce_snapshot): Use changedir instead ofgerald2004-03-142-1/+6
| | | | | | | plain cd. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79475 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release: Add libada as part of ADA_DIRS.charlet2004-02-102-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77595 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-01-20 Kelley Cook <kcook@gcc.gnu.org>kcook2004-01-211-4/+0
| | | | | | | * gcc_release (build_sources): Delete call to make f77.rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76314 138bc75d-0d04-0410-961f-82ee72b054a4
* * crontab: Make 3.4 snapshots from the new 3.4 release branch.gerald2004-01-212-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76295 138bc75d-0d04-0410-961f-82ee72b054a4
* gcc/kcook2004-01-211-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-01-20 Kelley Cook <kcook@gcc.gnu.org> PR bootstrap/12730 * configure.ac: Delete definition and subsitution of docdir. Add info, man, srcman and srcinfo to target hooks. Create doc/ directory. * configure: Regenerate. * Makefile.in: Don't substitute docdir and delete all references throughout. (MAKEINFOFLAGS): Define. (stmp-docobjdir): Delete. (INFOFILES, MANFILES): Define. (info): Call lang.info, srcinfo and lang.srcinfo. (generated-manpages): Call lang.man, srcman and lang.srcman. (srcinfo, srcman): New rules to copy back files to source directory. (doc/%.info, doc/%.dvi, doc/%.1, doc/%.7): New implict rule. (install-man): Revamp rule. (clean): Update dvi directory. (distclean): Delete TAGS from front end directorys. (maintainer-clean): Delete all document files in source directory. objc/Make-lang.in (objc.man, objc.info): Dummy entries. (objc.srcman, objc.srcinfo): Likewise. gcc/ada/ 2004-01-20 Kelley Cook <kcook@gcc.gnu.org> * Make-lang.in: Replace $(docdir) with doc. (doc/gnat_ug_unx.info, doc/gnat_ug_vwx.info, doc/gnat_ug_vms.info doc/gnat_ug_wnt.info, doc/gnat_rm.info, doc/gnat-style.info): Update to use consistent MAKEINFO rule. (ada.man, ada.srcman): Dummy entry. (ADA_INFOFILES): Define. (ada.info, ada.srcinfo): New rules. gcc/cp/ 2004-01-20 Kelley Cook <kcook@gcc.gnu.org> * Make-lang.in: Replace $(docdir) with doc. (c++.info, c++.srcinfo): Dummy entry. (c++.man, c++.srcman): New rules. (c++.install-man): Revamp rule. gcc/f/ 2004-01-20 Kelley Cook <kcook@gcc.gnu.org> * Make-lang.in: Replace $(docdir) with doc. (TEXI_G77_FILES): Define. (f77.rebuilt): Delete. (f77.srcextra): Add dependencies on f/BUGS and f/NEWS. (f77.srcman, f77.srcinfo, f77.man, f77.info): New rules. (doc/g77.info, doc/g77.dvi): Depend on TEXI_G77_FILES. Always build in doc directory. Use $(MAKEINFOFLAGS). (info, dvi, generated_manpages): Update to look in doc directory. (f/BUGS, f/NEWS): Generate in build directory. (f77.mostlyclean): Delete BUGS and NEWS from build directory. (f77.maintainer-clean): Adjust to delete from source directory. (f77.install-man): Revamp rule. gcc/java/ 2004-01-20 Kelley Cook <kcook@gcc.gnu.org> * Make-lang.in: Replace $(docdir) with doc. (java.info, java.srcinfo, java.man, java.srcman): New rules. (java.install-man): Revamp rule. gcc/treelang/ 2004-01-20 Kelley Cook <kcook@gcc.gnu.org> * Make-lang.in: Replace $(docdir) with doc. (treelang.info, treelang.srcinfo): New rules. (treelang.man, treelang.man): Dummy entries. maintainer-scripts/ 2004-01-20 Kelley Cook <kcook@gcc.gnu.org> * gcc_release (build_sources): Delete call to make f77.rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76249 138bc75d-0d04-0410-961f-82ee72b054a4
* * snapshot-README: Mention how the snapshot was generated.gerald2004-01-173-4/+9
| | | | | | | * snapshot-index.html: Ditto. Further sync with snapshot-README. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76037 138bc75d-0d04-0410-961f-82ee72b054a4
* * update_web_docs: Create tarballs of documentation sources andjsm282004-01-032-5/+14
| | | | | | | HTML docs. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75372 138bc75d-0d04-0410-961f-82ee72b054a4
* * update_version: Add some documentation.gerald2004-01-022-2/+15
| | | | | | | * update_version (ADD_BRANCHES): Add lno-branch. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75316 138bc75d-0d04-0410-961f-82ee72b054a4
* * maintainer-addresses: New script.gerald2003-11-022-0/+29
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73185 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-10-23 Kelley Cook <kcook@gcc.gnu.org>kcook2003-10-242-1/+6
| | | | | | | * gcc_release (build_sources): Use --enable-generated-files-in-srcdir. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72904 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release (announce_snapshot): Restructure processinggerald2003-09-222-4/+14
| | | | | | | | of snapshot-README and snapshot-index.html and add a new substitution for @EXPORT@. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71652 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release (build_sources): Create/update the LAST_UPDATED filegerald2003-08-242-1/+8
| | | | | | | in the source directory with information how sources were obtained. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70762 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release (build_sources): Use two new variables EXPORTTAG andgerald2003-08-162-6/+29
| | | | | | | | EXPORTDATE to make the extraction of sources more transparent and also allow snapshots (off mainline) without a tag. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70507 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release: Correct logic for updating version.c. Putmmitchel2003-08-082-2/+7
| | | | | | | prereleases into a subdirectory. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70252 138bc75d-0d04-0410-961f-82ee72b054a4
* * crontab: Update invocation of gcc_release according to thegerald2003-07-292-1/+7
| | | | | | | previous changes there. Add automatic 3.4 snapshots from mainline. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69919 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release (usage): Document that -s now takes symbolic namegerald2003-07-232-10/+20
| | | | | | | | | | | and branch of the snapshot as parameters. Implement this as part of command-line processing. (BRANCH): Remove default initialization for snapshots. (CVSBRANCH): Ditto. Do not lay down a CVS tag if generating a snapshot from mainline. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69708 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release (announce_snapshot): Use ${RELEASE} insteadgerald2003-07-192-7/+19
| | | | | | | | | | | | | of ${BRANCH}-${DATE} to refer to the snapshot directory. Put README file into the snapshot directory. (RELEASE): Define as ${BRANCH}-${DATE} for snapshots. (FTP_PATH): Use ${RELEASE} in case of snapshots. (TAG): Ditto. (OLD_TARS): Adjust to new directory scheme for snapshots. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69584 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release (announce_snapshot): Add substitution of @RELEASE@gerald2003-07-134-24/+35
| | | | | | | | | for README and index.html. * snapshot-README: Use it. * snapshot-index.html: Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69307 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release (announce_snapshot): Add substitution of @BRANCHgerald2003-07-094-52/+46
| | | | | | | | | | | | | | | | | | | | | | | | for README and index.html. Remove substitution of @LONG_DATE. Put index.html into the respective snapshot directory. Adjust subject of the notification mail to the new naming scheme for CVS tags. Adjust name of the LATEST-IS-... files to the new naming scheme for snapshot directories. (FTP_PATH): Ditto. (LAST_DIR): Ditto. (LAST_LONG_DATE): Remove. * snapshot-README: Adjust to the new naming schemes for directories and snapshots per se. Dynamically fill in the respective branch instead of hardcoding it. * snapshot-index.html: Replace individual links to diffs with a general link to the diff/ subdirectory. Mention the concrete snapshot in <title> and <h1>. Adjust links to the new location of index.html. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69143 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release: Move handling of complex modes directly aftergerald2003-07-082-20/+26
| | | | | | | | switch handling. (TAG): Include the branch name as part of snapshot CVS tags. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69082 138bc75d-0d04-0410-961f-82ee72b054a4