summaryrefslogtreecommitdiff
path: root/maintainer-scripts/gcc_release
Commit message (Collapse)AuthorAgeFilesLines
* 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
* * gcc_release (usage): Document that -s now takes symbolic namegerald2003-07-231-10/+11
| | | | | | | | | | | 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-191-7/+8
| | | | | | | | | | | | | 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-131-2/+6
| | | | | | | | | 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-091-9/+8
| | | | | | | | | | | | | | | | | | | | | | | | 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-081-20/+20
| | | | | | | | 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
* * gcc_release: Execute gcc.gnu.org-only operations which aregerald2003-07-041-3/+3
| | | | | | | | | related to diff generation only if diffs have been requested. (build_sources): Improve tracing and an error message related to tagging. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68924 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release (BRANCH): Rename to...gerald2003-07-011-10/+16
| | | | | | | | | | | (CVSBRANCH): ...new macro, and use BRANCH for the variant users will see. (FTP_BRANCH): For snapshots, include ${BRANCH} in the last part of the directory name. Use .snapshot_date-${BRANCH} instead of .snapshot_date. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68777 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release: Command "all" now creates .gz files only forgerald2003-06-281-1/+6
| | | | | | | releases and pre-releases. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68620 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release (build_sources): Do not include gnats.html any longer.gerald2003-06-271-2/+2
| | | | | | | Make an error message more descriptive. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68597 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release: Factor the updating of links and READMEs on thegerald2003-06-251-19/+25
| | | | | | | | | FTP server and sending mail for snapshots into a... (announce_snapshot): ...new function. Add informative output for both. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68473 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release: Do not update gcc_latest_snapshot tag any longer.gerald2003-06-181-4/+0
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68150 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release (build_tarfile): Build .bz2 files instead of .gz files.gerald2003-06-171-22/+22
| | | | | | | | | | | | | | | | (build_bz2): Rename to build_gzip and create .gz files from .bz2 files instead of the other way around. (build_gzip): New function. (build_diffs): Build .bz2 files instead of .gz files. (build_diff): Use .bz2 files instead of .gz files. Make an error message independent of the compression format. (MODE_BZIP2): Rename to MODE_GZIP. Related changes to the invocation of this script. (MODE_GZIP): New variable. (OLD_TARS): Use .bz2 archive of the previous snapshot. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68074 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release (build_diff): Properly use ${TAR} instead ofgerald2003-06-101-2/+2
| | | | | | | hard-coded tar. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67699 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release (build_diffs): Add diagnostics in case we cannotgerald2003-05-271-1/+5
| | | | | | | generate a specific diff file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67186 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release (build_sources): Only update ChangeLog files whichgerald2003-05-231-7/+12
| | | | | | | | do not yet contain the entry we are going to add. Fix typo in added ChangeLog entries. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67143 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release (upload_files): Put diff files into a "diffs"gerald2003-05-201-3/+13
| | | | | | | subdirectory git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66996 138bc75d-0d04-0410-961f-82ee72b054a4
* 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>neroden2003-05-181-4/+4
| | | | | | | * gcc_release: GNU CC -> GCC. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66936 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release (usage): Print more detailed description of allgerald2003-05-121-6/+15
| | | | | | | command-line options. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66734 138bc75d-0d04-0410-961f-82ee72b054a4
* * root.texi: Change version number to 3.4.mmitchel2002-12-161-2/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60185 138bc75d-0d04-0410-961f-82ee72b054a4
* maintainer-scripts:zack2002-09-241-11/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update_version: Do not check in files which are unchanged. * gcc_release: Only update the version in gcc/version.c. gcc: * version.c (version_string): Now const char[]. * version.h: Update to match. gcc/ada: * Make-lang.in (EXTRA_GNATBIND_OBJS): Add version.o. * Makefile.in (TOOLS_LIBS): Add ../../version.o. * gnatvsn.ads: Gnat_Version_String is now a function. * gnatvsn.adb: New file. When asked for Gnat_Version_String, copy the C version_string into a String and return it. * gnatcmd.adb, gnatkr.adb, gnatlbr.adb, gnatlink.adb, gnatls.adb,gnatmake.adb, gnatprep.adb, gnatpsta.adb: Remove pragma Ident (Gnat_Version_String). If this was the sole use of package Gnatvsn, remove the with statement too. * gnat1drv.adb: Tweak -gnatv output. gcc/f: * Make-lang.in (g77spec.o): Don't depend on f/version.h. (f/parse.o): Depend on version.h not f/version.h. (g77version.o, f/version.o): Delete all references. * com.c (ffecom_init_0): Fix transposed array indices in bsearch test. * g77spec.c: Don't include f/version.h or refer to ffe_version_string. * parse.c: Use version_string, not ffe_version_string. * version.c, version.h: Delete files. libf2c: * libF77/Version.c: Rename junk to __LIBF77_VERSION__. Add external decls for __LIBI77_VERSION__ and __LIBU77_VERSION__. Delete __G77_LIBF77_VERSION__ (g77__fvers__): Print all three __LIB*77_VERSION__ strings, and __VERSION__ if we have it; nothing else. * libI77/Version.c: Provide only __LIBI77_VERSION__ (formerly junk). * libU77/Version.c: Provide only __LIBU77_VERSION__ (formerly junk). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57461 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release: Make snapshots come from the mainline.jsm282002-09-081-2/+2
| | | | | | | * snapshot-README: Update. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56949 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release: Update comment.aj2002-07-291-1/+1
| | | | | | | * snapshot-README: Snapshots are taken from GCC 3.2 branch. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55825 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release: Use the 3.2 branch for snapshots.mmitchel2002-07-291-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55824 138bc75d-0d04-0410-961f-82ee72b054a4
* gcc/ada:jsm282002-05-261-1/+1
| | | | | | | | | | | | | * gnatvsn.ads (Gnat_Version_String): Change to "3.2 20020526 (experimental)". maintainer-scripts: * gcc_release: Add gcc/ada/gnatvsn.ads to list of files in which release status is updated. * update_version (textstring_FILES): Add gcc/ada/gnatvsn.ads. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53892 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release: Do upload files when local.jsm282002-05-211-3/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53689 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release: Correct upload handling.mmitchel2002-05-091-2/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53315 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release (build_diffs): Remove reference to Chill.mmitchel2002-04-221-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52614 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release: Set TZ to UTC0.mmitchel2002-04-191-0/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52529 138bc75d-0d04-0410-961f-82ee72b054a4
* * MAINTAINERS: Remove chill maintainers.mmitchel2002-04-151-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.in (CHILLFLAGS): Remove. (CHILL_LIB): Remove. (TARGET_CONFIGDIRS): Remove libchill. (CHILL_FOR_TARGET): Remove. (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or CHILL_LIB. (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill. (CHECK_TARGET_MODULES): Likewise. (INSTALL_TARGET_MODULES): Likewise. (CLEAN_TARGET_MODULES): Likewise. (configure-target-libchill): Remove. (all-target-libchill): Remove. * configure.in (target_libs): Remove target-libchill. Do not compute CHILL_FOR_TARGET. * libchill: Remove directory. Remove Chill front end. * gcc.c (default_compilers): Remove Chill entries. * ch: Remove directory. * doc/frontends.texi: Remove information about Chill. * doc/sourcebuild.texi: Likewise. * doc/standards.texi: Likewise. * testsuite/lib/chill.exp: Remove. * g77.texi: Remove Chill reference. * gcc_release (build_tarfiles): Do not build Chill tarfiles. (CHILL_DIRS): Remove. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52327 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release: Build diffs for ada and chill. Make "bzip2" a newjsm282002-03-101-5/+13
| | | | | | | major mode. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50516 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release: Make snapshots come from the 3.1 branch.jsm282002-03-031-2/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50262 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release: Revert change to -p interface. Allow for local andjsm282002-02-241-5/+9
| | | | | | | | remote cases in creating directories. Give an error if -p argument names a directory. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50000 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix typommitchel2002-02-221-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49952 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release: Correct handling of diff-generation. Addmmitchel2002-02-221-14/+26
| | | | | | | "diffs" major mode. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49951 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release: Substitute dates in snapshot-README andjsm282002-02-081-9/+7
| | | | | | | | snapshot-index.html files rather than directly using the old files on the FTP site. Set QMAILHOST. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49619 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release: Add /usr/local/bin to path when local.jsm282001-11-191-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47173 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release: Don't require a username if running locally.jsm282001-11-061-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46809 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release: Build snapshots from mainline. Generate Ada andjsm282001-10-241-6/+13
| | | | | | | | | Chill tarballs. Correct error check when building diffs. Check for errors when building bzip2 files. * crontab: Use /sourceware/snapshot-tmp for building snapshots. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46456 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_release: Copy from 3.0 branch. Add support for building thejsm282001-10-081-0/+613
weekly snapshots on gcc.gnu.org. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46073 138bc75d-0d04-0410-961f-82ee72b054a4