diff options
author | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-10-31 07:45:22 +0000 |
---|---|---|
committer | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-10-31 07:45:22 +0000 |
commit | cfe27dcba2399077253e938600c7a9a2cfd6fdde (patch) | |
tree | b7774a1bd7a8b0bbd8b663ddd669d04ad81f4e64 /contrib | |
parent | 5568fd4162bfab24dfc758d02c41457915016be0 (diff) | |
download | ppe42-gcc-cfe27dcba2399077253e938600c7a9a2cfd6fdde.tar.gz ppe42-gcc-cfe27dcba2399077253e938600c7a9a2cfd6fdde.zip |
* egcs_update: Add comment about keeping the FAQ synchronized.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23471 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/ChangeLog | 4 | ||||
-rwxr-xr-x | contrib/egcs_update | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 59ed830e0a2..2bd2d0df3ba 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +Sat Oct 31 16:39:31 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> + + * egcs_update: Add comment about keeping the FAQ synchronized. + Fri Oct 30 00:39:27 1998 Jeffrey A Law (law@cygnus.com) * egcs_update: Do touch java/parse.c and java/parse-scan.c. They're diff --git a/contrib/egcs_update b/contrib/egcs_update index 842467a058f..79b84be1fe0 100755 --- a/contrib/egcs_update +++ b/contrib/egcs_update @@ -61,6 +61,8 @@ echo "Pass 2: Updating full tree" cvs -q update ${1+"$@"} echo "Pass 3: Fixing local tree" +# Please also update the FAQ accordingly if you change the list of +# files below. touch `find . -name configure -print` touch `find texinfo -name Makefile.in -print` touch `find texinfo -name \*.pot -print` |