3 # Update the current version date in DATESTAMP files and generate
4 # ChangeLog file entries since the last DATESTAMP update from the
7 GITROOT
=${GITROOT:-"/git/gcc.git"}
14 GIT
=${GIT:-/usr/local/bin/git}
16 # Assume all will go well.
18 ${GIT} clone
-q -b master
"$GITROOT" "$SUBDIR"
20 cp -a $SUBDIR/contrib
/gcc-changelog
$BASEDIR/gcc-changelog
22 python3 ..
/gcc-changelog
/git_update_version.py
-p