diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog index 975c615a041..b6dfc1cbed7 100644 --- a/maintainer-scripts/ChangeLog +++ b/maintainer-scripts/ChangeLog @@ -1,3 +1,9 @@ +2003-05-24 Gerald Pfeifer + + * 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. + 2003-05-20 Gerald Pfeifer * gcc_release (upload_files): Put diff files into a "diffs" @@ -12,7 +18,7 @@ * gcc_release (usage): Print more detailed description of all command-line options. -2003-05-09 Gerald Pfeifer +2003-05-09 Gerald Pfeifer * update_version (ADD_BRANCHES): Add, set to MAIN and tree-ssa-20020619-branch. @@ -23,12 +29,12 @@ * update_version (textstring_FILES): Only version.c needs to be updated, now that we do not consider older branches any more. -2003-05-02 Gerald Pfeifer +2003-05-02 Gerald Pfeifer * update_version (IGNORE_BRANCHES): Add. (BRANCHES): Do not consider branches matching $IGNORE_BRANCHES. -2003-05-02 Gerald Pfeifer +2003-05-02 Gerald Pfeifer * update_version: Add a trace of which branch we are currently working on. diff --git a/maintainer-scripts/gcc_release b/maintainer-scripts/gcc_release index 9f22b839d0d..58538ffed16 100755 --- a/maintainer-scripts/gcc_release +++ b/maintainer-scripts/gcc_release @@ -122,17 +122,22 @@ build_sources() { -r ${BRANCH} gcc || \ error "Could not check out release sources" for x in `find ${SOURCE_DIRECTORY} -name ChangeLog`; do - cat - ${x} > ${x}.new < /dev/null ; then + cat - ${x} > ${x}.new <