diff options
author | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-08 00:55:02 +0000 |
---|---|---|
committer | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-08 00:55:02 +0000 |
commit | 501c2b95f473a788a8336ad0950e0fbebca5f1ee (patch) | |
tree | 32254b2f094e6e28a4fb0a9b2506995775a02b84 /contrib | |
parent | 3ec0ec9b45b945776e49340aaa89300b1f478abf (diff) | |
download | gcc-501c2b95f473a788a8336ad0950e0fbebca5f1ee.tar.gz |
2004-01-07 Kelley Cook <kcook@gcc.gnu.org>
* gcc_update (files_and_dependencies): Remove non-existant files.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75528 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/ChangeLog | 4 | ||||
-rwxr-xr-x | contrib/gcc_update | 11 |
2 files changed, 4 insertions, 11 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 3f1d98c9dcb..0a93e3acb75 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +2004-01-07 Kelley Cook <kcook@gcc.gnu.org> + + * gcc_update (files_and_dependencies): Remove non-existant files. + 2004-01-05 Kelley Cook <kcook@gcc.gnu.org> * gcc_update (files_generated): Revert 2003-12-18 change. diff --git a/contrib/gcc_update b/contrib/gcc_update index 9d206c96749..cbfe1492e14 100755 --- a/contrib/gcc_update +++ b/contrib/gcc_update @@ -56,16 +56,6 @@ self=$0 # colon is stripped from the output. files_and_dependencies () { sed -e 's/ *#.*//' -e '/^$/d' -e 's/://' <<\EOF -# All automake dependencies within texinfo -# In fact, not all, since we do not care about sub-directories that -# we do not build. In particular, *.po and *.gmo are not touched. -texinfo/aclocal.m4: texinfo/configure.in texinfo/acinclude.m4 -texinfo/Makefile.in: texinfo/Makefile.am texinfo/configure.in texinfo/aclocal.m4 -texinfo/configure: texinfo/configure.in texinfo/aclocal.m4 -texinfo/stamp-h.in: texinfo/configure.in texinfo/aclocal.m4 texinfo/acconfig.h -texinfo/lib/Makefile.in: texinfo/lib/Makefile.am texinfo/configure.in texinfo/aclocal.m4 -texinfo/makeinfo/Makefile.in: texinfo/makeinfo/Makefile.am texinfo/configure.in texinfo/aclocal.m4 -texinfo/util/Makefile.in: texinfo/util/Makefile.am texinfo/configure.in texinfo/aclocal.m4 # intl library intl/plural.c: intl/plural.y intl/configure: intl/configure.in intl/aclocal.m4 @@ -99,7 +89,6 @@ libobjc/configure: libobjc/configure.in fastjar/aclocal.m4: fastjar/configure.in fastjar/Makefile.in: fastjar/Makefile.am fastjar/configure.in fastjar/aclocal.m4 fastjar/configure: fastjar/configure.in fastjar/aclocal.m4 -fastjar/stamp-h.in: fastjar/configure.in fastjar/aclocal.m4 boehm-gc/aclocal.m4: boehm-gc/configure.in boehm-gc/acinclude.m4 boehm-gc/Makefile.in: boehm-gc/Makefile.am boehm-gc/configure.in boehm-gc/aclocal.m4 boehm-gc/configure: boehm-gc/configure.in boehm-gc/aclocal.m4 |