summaryrefslogtreecommitdiff
path: root/maintainer-scripts/gcc_release
Commit message (Collapse)AuthorAgeFilesLines
* * gcc_release (adjust_dirs, maybe_build_tarfile): Remove.jsm282011-05-221-72/+3
| | | | | | | | | | | | | (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
* * gcc_release (maybe_build_tarfile): Don't build a tarfile ifjakub2011-04-211-7/+1
| | | | | | | the first directory doesn't exist. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172827 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release: Add support for releasing Go as a separateian2010-12-081-2/+6
| | | | | | | tarball. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167616 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release (snapshot_print): Also include an sha1 hash forgerald2010-08-231-2/+4
| | | | | | | every tarball. Slightly tweak indentation. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@163487 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release (CVSROOT): Remove all occurrences.gerald2010-08-141-3/+0
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@163253 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release (snapshot_print): Include md5 hash for every tarballgerald2010-08-141-1/+4
| | | | | | | in the README file and notification mail. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@163251 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release (build_tarfiles): Make directories mode 755, notjsm282010-03-311-3/+3
| | | | | | | 777. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157874 138bc75d-0d04-0410-961f-82ee72b054a4
* Merge lto branch into trunk.dnovillo2009-10-031-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@152434 138bc75d-0d04-0410-961f-82ee72b054a4
* Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.jakub2009-04-091-5/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145841 138bc75d-0d04-0410-961f-82ee72b054a4
* 2009-01-17 Richard Guenther <rguenther@suse.de>rguenth2009-01-171-1/+1
| | | | | | | * gcc_release (JAVA_DIRS): Remove fastjar. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@143465 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release: Fix a couple of comments.gerald2008-10-041-7/+7
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140867 138bc75d-0d04-0410-961f-82ee72b054a4
* * crontab: Remove 4.1 snapshots job.jsm282008-07-041-25/+10
| | | | | | | | | | | | * update_version: Remove. * gcc_release: Remove support for g77 and release status in version.c. * update_version_svn: Ignore 4.1 branch. Remove support for updating files other than DATESTAMP. * update_web_docs_svn: Remove support for g77 manual. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@137462 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release (build_sources): Pass --disable-multilib tojsm282008-01-281-2/+2
| | | | | | | | gcc_build. (SVN): Don't use full path. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131908 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release: Do not include copies of faq.html in releases,gerald2007-10-011-20/+0
| | | | | | | and remove all the explicit support code to pull in web pages. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128901 138bc75d-0d04-0410-961f-82ee72b054a4
* gcc:jsm282007-08-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-08-21 Paul Brook <paul@codesourcery.com> Nathan Sidwell <nathan@codesourcery.com> Mark Mitchell <mark@codesourcery.com> Joseph Myers <joseph@codesourcery.com> * configure.ac: Add --with-pkgversion and --with-bugurl. * configure: Regenerate. * doc/install.texi: Document them. * version.c (version_string): Remove VERSUFFIX. (VERSUFFIX): Remove. (pkgversion_string): New. (bug_report_url): Do not hard-code initializer. * version.h (pkgversion_string): Declare. * Makefile.in (PKGVERSION_s, BUGURL_s, PKGVERSION, BUGURL_TEXI): Define. (version.o): Define PKGVERSION and BUGURL. (gcc-vers.texi): Define VERSION_PACKAGE and BUGURL. (%.pod): Define BUGURL. * gcc.c (process_command, main): Use pkgversion_string. * toplev.c (compile_file, print_version): Likewise. * protoize.c (main): Likewise. * gcov.c (print_version): Likewise. Update copyright date. * gcov-dump.c (print_version): Likewise. Update copyright date. * mips-tdump.c (main): Likewise. Update copyright date. * mips-tfile.c (main): Likewise. Update copyright date. * doc/include/gcc-common.texi: Include VERSION_PACKAGE as subtitle. * doc/bugreport.texi: Use BUGURL for bug-reporting instructions; shorten description. * doc/gcc.texi: Include VERSION_PACKAGE in version description. * doc/gccint.texi: Likewise. * doc/invoke.texi: Use BUGURL for bug-reporting instructions. Update copyright date. gcc/fortran: 2007-08-21 Paul Brook <paul@codesourcery.com> Nathan Sidwell <nathan@codesourcery.com> Mark Mitchell <mark@codesourcery.com> Joseph Myers <joseph@codesourcery.com> * gfortranspec.c (lang_specific_driver): Use pkgversion_string. * Make-lang.in (gfortran.pod): Define BUGURL. * invoke.texi: Use BUGURL for bug-reporting instructions. gcc/java: 2007-08-21 Paul Brook <paul@codesourcery.com> Nathan Sidwell <nathan@codesourcery.com> Mark Mitchell <mark@codesourcery.com> Joseph Myers <joseph@codesourcery.com> * jcf-dump.c (version): Use pkgversion_string. Update copyright date. gcc/treelang: 2007-08-21 Paul Brook <paul@codesourcery.com> Nathan Sidwell <nathan@codesourcery.com> Mark Mitchell <mark@codesourcery.com> Joseph Myers <joseph@codesourcery.com> * tree1.c (treelang_handle_option): Use pkgversion_string. * treelang.texi (which-treelang): Define to use VERSION_PACKAGE. maintainer-scripts: 2007-08-21 Paul Brook <paul@codesourcery.com> Nathan Sidwell <nathan@codesourcery.com> Mark Mitchell <mark@codesourcery.com> Joseph Myers <joseph@codesourcery.com> * gcc_release: Do not include copies of bugs.html in releases. * update_web_docs_svn: Set VERSION_PACKAGE and BUGURL in gcc-vers.texi. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127667 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release: Update for Objective-C++.mrs2007-06-281-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@126084 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release: Adjust placement of release candidates.mmitchel2007-05-281-3/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@125149 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release (LC_ALL): Default to C.gerald2006-09-181-1/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117029 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release: Further update for SVN. Don't set EXPORTTAG orjsm282005-11-061-30/+13
| | | | | | | | | | 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-061-18/+10
| | | | | | | | | | * 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-051-9/+10
| | | | | | | | | | | * 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
* first pass at updated gcc_release, should work for snapshotsgccadmin2005-11-041-40/+38
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@106476 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release (build_sources): If trying to apply a tag thatmmitchel2005-10-011-4/+11
| | | | | | | 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
* 2005-08-14 Kelley Cook <kcook@gcc.gnu.org>kcook2005-08-151-2/+2
| | | | | | | * gcc_release: Update with FSF address. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103097 138bc75d-0d04-0410-961f-82ee72b054a4
* config:zack2005-03-161-9/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-111-1/+1
| | | | | | | | 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
* 2004-08-14 Kelley Cook <kcook@gcc.gnu.org>kcook2004-08-141-1/+16
| | | | | | | | * 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-061-81/+73
| | | | | | | | * 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-031-20/+94
| | | | | | | | | | | * 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-091-0/+1
| | | | | | | | | | | | | | | | 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-041-8/+27
| | | | | | | (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-211-1/+1
| | | | | | | * 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-171-8/+2
| | | | | | | | | | | | | 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
* * gcc_release (DIFF): Remove -3 option.jsm282004-05-131-1/+1
| | | | 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-131-2/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81764 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release (build_sources): Do not use "-F" to tag sources.mmitchel2004-04-191-1/+4
| | | | 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-071-2/+4
| | | | | | | 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-271-4/+5
| | | | | | | | 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-251-4/+2
| | | | | | | 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-141-6/+8
| | | | | | | (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-141-1/+1
| | | | | | | 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-101-1/+1
| | | | 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
* 2003-10-23 Kelley Cook <kcook@gcc.gnu.org>kcook2003-10-241-1/+2
| | | | | | | * 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-221-4/+8
| | | | | | | | 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-241-1/+3
| | | | | | | 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-161-6/+23
| | | | | | | | 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-081-2/+2
| | | | | | | prereleases into a subdirectory. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70252 138bc75d-0d04-0410-961f-82ee72b054a4