summaryrefslogtreecommitdiff
path: root/maintainer-scripts/gcc_release
AgeCommit message (Collapse)Author
2004-04-19* gcc_release (build_sources): Do not use "-F" to tag sources.Mark Mitchell
From-SVN: r80867
2004-04-07gcc_release (build_sources): Do not use "-r" and "-D" at the same time with ↵Mark Mitchell
"cvs export". * gcc_release (build_sources): Do not use "-r" and "-D" at the same time with "cvs export". From-SVN: r80480
2004-03-27gcc_release: Fix sanity check for argument of -p command-line options.Gerald Pfeifer
* gcc_release: Fix sanity check for argument of -p command-line options. In snapshot mode, only generate diffs against the previous snapshot if the user did not specify any old tarball explictly. From-SVN: r80009
2004-03-25gcc_release (FTP_PATH): Use /var/ftp instead of ~ftp, and only set at a ↵Gerald Pfeifer
single place. * gcc_release (FTP_PATH): Use /var/ftp instead of ~ftp, and only set at a single place. From-SVN: r79949
2004-03-14gcc_release (SNAPSHOTS_DIR): New variable.Gerald Pfeifer
* gcc_release (SNAPSHOTS_DIR): New variable. Use it. (announce_snapshot): Use it. From-SVN: r79484
2004-03-14gcc_release (announce_snapshot): Use changedir instead of plain cd.Gerald Pfeifer
* gcc_release (announce_snapshot): Use changedir instead of plain cd. From-SVN: r79475
2004-02-10* gcc_release: Add libada as part of ADA_DIRS.Arnaud Charlet
From-SVN: r77595
2004-01-21gcc_release (build_sources): Delete call to make f77.rebuilt.R. Kelley Cook
2004-01-20 Kelley Cook <kcook@gcc.gnu.org> * gcc_release (build_sources): Delete call to make f77.rebuilt. From-SVN: r76314
2003-10-24gcc_release (build_sources): Use --enable-generated-files-in-srcdir.Kelley Cook
2003-10-23 Kelley Cook <kcook@gcc.gnu.org> * gcc_release (build_sources): Use --enable-generated-files-in-srcdir. From-SVN: r72904
2003-09-22gcc_release (announce_snapshot): Restructure processing of snapshot-README ↵Gerald Pfeifer
and snapshot-index.html and add a new... * gcc_release (announce_snapshot): Restructure processing of snapshot-README and snapshot-index.html and add a new substitution for @EXPORT@. From-SVN: r71652
2003-08-24gcc_release (build_sources): Create/update the LAST_UPDATED file in the ↵Gerald Pfeifer
source directory with information... * gcc_release (build_sources): Create/update the LAST_UPDATED file in the source directory with information how sources were obtained. From-SVN: r70762
2003-08-16gcc_release (build_sources): Use two new variables EXPORTTAG and EXPORTDATE ↵Gerald Pfeifer
to make the extraction of... * gcc_release (build_sources): Use two new variables EXPORTTAG and EXPORTDATE to make the extraction of sources more transparent and also allow snapshots (off mainline) without a tag. From-SVN: r70507
2003-08-08gcc_release: Correct logic for updating version.c.Mark Mitchell
* gcc_release: Correct logic for updating version.c. Put prereleases into a subdirectory. From-SVN: r70252
2003-07-23gcc_release (usage): Document that -s now takes symbolic name and branch of ↵Gerald Pfeifer
the snapshot as parameters. * gcc_release (usage): Document that -s now takes symbolic name 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. From-SVN: r69708
2003-07-19gcc_release (announce_snapshot): Use ${RELEASE} instead of ${BRANCH}-${DATE} ↵Gerald Pfeifer
to refer to the snapshot directory. * gcc_release (announce_snapshot): Use ${RELEASE} instead 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. From-SVN: r69584
2003-07-13gcc_release (announce_snapshot): Add substitution of @RELEASE@ for README ↵Gerald Pfeifer
and index.html. * gcc_release (announce_snapshot): Add substitution of @RELEASE@ for README and index.html. * snapshot-README: Use it. * snapshot-index.html: Ditto. From-SVN: r69307
2003-07-09gcc_release (announce_snapshot): Add substitution of @BRANCH for README and ↵Gerald Pfeifer
index.html. * gcc_release (announce_snapshot): Add substitution of @BRANCH 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. From-SVN: r69143
2003-07-08gcc_release: Move handling of complex modes directly after switch handling.Gerald Pfeifer
* gcc_release: Move handling of complex modes directly after switch handling. (TAG): Include the branch name as part of snapshot CVS tags. From-SVN: r69082
2003-07-04gcc_release: Execute gcc.gnu.org-only operations which are related to diff ↵Gerald Pfeifer
generation only if... * gcc_release: Execute gcc.gnu.org-only operations which are related to diff generation only if diffs have been requested. (build_sources): Improve tracing and an error message related to tagging. From-SVN: r68924
2003-07-01gcc_release (BRANCH): Rename to...Gerald Pfeifer
* gcc_release (BRANCH): Rename to... (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. From-SVN: r68777
2003-06-28gcc_release: Command "all" now creates .gz files only for releases and ↵Gerald Pfeifer
pre-releases. * gcc_release: Command "all" now creates .gz files only for releases and pre-releases. From-SVN: r68620
2003-06-27gcc_release (build_sources): Do not include gnats.html any longer.Gerald Pfeifer
* gcc_release (build_sources): Do not include gnats.html any longer. Make an error message more descriptive. From-SVN: r68597
2003-06-25gcc_release: Factor the updating of links and READMEs on the FTP server and ↵Gerald Pfeifer
sending mail for... * gcc_release: Factor the updating of links and READMEs on the FTP server and sending mail for snapshots into a... (announce_snapshot): ...new function. Add informative output for both. From-SVN: r68473
2003-06-18* gcc_release: Do not update gcc_latest_snapshot tag any longer.Gerald Pfeifer
From-SVN: r68150
2003-06-17gcc_release (build_tarfile): Build .bz2 files instead of .gz files.Gerald Pfeifer
* gcc_release (build_tarfile): Build .bz2 files instead of .gz files. (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. From-SVN: r68074
2003-06-10gcc_release (build_diff): Properly use ${TAR} instead of hard-coded tar.Gerald Pfeifer
* gcc_release (build_diff): Properly use ${TAR} instead of hard-coded tar. From-SVN: r67699
2003-05-27gcc_release (build_diffs): Add diagnostics in case we cannot generate a ↵Gerald Pfeifer
specific diff file. * gcc_release (build_diffs): Add diagnostics in case we cannot generate a specific diff file. From-SVN: r67186
2003-05-23gcc_release (build_sources): Only update ChangeLog files which do not yet ↵Gerald Pfeifer
contain the entry we are going to add. * gcc_release (build_sources): Only update ChangeLog files which do not yet contain the entry we are going to add. Fix typo in added ChangeLog entries. From-SVN: r67143
2003-05-20gcc_release (upload_files): Put diff files into a "diffs" subdirectoryGerald Pfeifer
* gcc_release (upload_files): Put diff files into a "diffs" subdirectory From-SVN: r66996
2003-05-18gcc_release: GNU CC -> GCC.Nathanael Nerode
2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org> * gcc_release: GNU CC -> GCC. From-SVN: r66936
2003-05-12gcc_release (usage): Print more detailed description of all command-line ↵Gerald Pfeifer
options. * gcc_release (usage): Print more detailed description of all command-line options. From-SVN: r66734
2002-12-16* root.texi: Change version number to 3.4.Mark Mitchell
From-SVN: r60185
2002-09-24update_version: Do not check in files which are unchanged.Zack Weinberg
maintainer-scripts: * 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). From-SVN: r57461
2002-09-08gcc_release: Make snapshots come from the mainline.Joseph Myers
* gcc_release: Make snapshots come from the mainline. * snapshot-README: Update. From-SVN: r56949
2002-07-29gcc_release: Update comment.Andreas Jaeger
* gcc_release: Update comment. * snapshot-README: Snapshots are taken from GCC 3.2 branch. From-SVN: r55825
2002-07-29* gcc_release: Use the 3.2 branch for snapshots.Mark Mitchell
From-SVN: r55824
2002-05-26gnatvsn.ads (Gnat_Version_String): Change to "3.2 20020526 (experimental)".Joseph Myers
gcc/ada: * 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. From-SVN: r53892
2002-05-21* gcc_release: Do upload files when local.Joseph Myers
From-SVN: r53689
2002-05-09* gcc_release: Correct upload handling.Mark Mitchell
From-SVN: r53315
2002-04-22* gcc_release (build_diffs): Remove reference to Chill.Mark Mitchell
From-SVN: r52614
2002-04-19* gcc_release: Set TZ to UTC0.Kelley R. Cook
From-SVN: r52529
2002-04-15MAINTAINERS: Remove chill maintainers.Mark Mitchell
* MAINTAINERS: Remove chill maintainers. * 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. From-SVN: r52327
2002-03-10gcc_release: Build diffs for ada and chill.Joseph Myers
* gcc_release: Build diffs for ada and chill. Make "bzip2" a new major mode. From-SVN: r50516
2002-03-03* gcc_release: Make snapshots come from the 3.1 branch.Joseph Myers
From-SVN: r50262
2002-02-24gcc_release: Revert change to -p interface.Joseph Myers
* gcc_release: Revert change to -p interface. Allow for local and remote cases in creating directories. Give an error if -p argument names a directory. From-SVN: r50000
2002-02-22Fix typoMark Mitchell
[[Split portion of a mixed commit.]] From-SVN: r49952.2
2002-02-22gcc_release: Correct handling of diff-generation.Mark Mitchell
* gcc_release: Correct handling of diff-generation. Add "diffs" major mode. [[Split portion of a mixed commit.]] From-SVN: r49951.2
2002-02-08gcc_release: Substitute dates in snapshot-README and snapshot-index.html ↵Joseph Myers
files rather than... * gcc_release: Substitute dates in snapshot-README and snapshot-index.html files rather than directly using the old files on the FTP site. Set QMAILHOST. From-SVN: r49619
2001-11-19* gcc_release: Add /usr/local/bin to path when local.Joseph Myers
From-SVN: r47173
2001-11-06* gcc_release: Don't require a username if running locally.Joseph Myers
From-SVN: r46809