summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tools/build/.cvsignore6
-rw-r--r--tools/build/ChangeLog6
-rw-r--r--tools/cpu/.cvsignore6
-rw-r--r--tools/cpu/ChangeLog6
-rw-r--r--tools/cpu/generic/.cvsignore6
-rw-r--r--tools/cpu/generic/ChangeLog6
-rw-r--r--tools/cpu/hppa1.1/.cvsignore6
-rw-r--r--tools/cpu/hppa1.1/ChangeLog6
-rw-r--r--tools/cpu/sh/.cvsignore6
-rw-r--r--tools/cpu/sh/ChangeLog6
-rw-r--r--tools/update/.cvsignore6
-rw-r--r--tools/update/ChangeLog6
12 files changed, 54 insertions, 18 deletions
diff --git a/tools/build/.cvsignore b/tools/build/.cvsignore
index 8f8923a7a5..d0e6e41377 100644
--- a/tools/build/.cvsignore
+++ b/tools/build/.cvsignore
@@ -1,7 +1,5 @@
-Makefile
-Makefile.in
aclocal.m4
-autom4te.cache
+autom4te*.cache
config.cache
config.guess
config.h
@@ -13,6 +11,8 @@ configure
depcomp
install-if-change
install-sh
+Makefile
+Makefile.in
missing
mkinstalldirs
stamp-h.in
diff --git a/tools/build/ChangeLog b/tools/build/ChangeLog
index f1ad85449e..9361d89e25 100644
--- a/tools/build/ChangeLog
+++ b/tools/build/ChangeLog
@@ -1,3 +1,9 @@
+2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * .cvsignore: Reformat.
+ Add autom4te*cache.
+ Remove autom4te.cache.
+
2002-10-02 Chris Johns <cjohns@cybertec.com.au>
* cvsignore-add.sh: Script to append a specific file to all
diff --git a/tools/cpu/.cvsignore b/tools/cpu/.cvsignore
index d29e5050f5..bfdfd995be 100644
--- a/tools/cpu/.cvsignore
+++ b/tools/cpu/.cvsignore
@@ -1,7 +1,5 @@
-Makefile
-Makefile.in
aclocal.m4
-autom4te.cache
+autom4te*.cache
config.cache
config.guess
config.log
@@ -10,5 +8,7 @@ config.sub
configure
depcomp
install-sh
+Makefile
+Makefile.in
missing
mkinstalldirs
diff --git a/tools/cpu/ChangeLog b/tools/cpu/ChangeLog
index a49bd8a56c..3c652c1b7d 100644
--- a/tools/cpu/ChangeLog
+++ b/tools/cpu/ChangeLog
@@ -1,3 +1,9 @@
+2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * .cvsignore: Reformat.
+ Add autom4te*cache.
+ Remove autom4te.cache.
+
2001-04-03 Joel Sherrill <joel@OARcorp.com>
* sh/COPYING: Readded. Deleting this violated GPL on shgen.
diff --git a/tools/cpu/generic/.cvsignore b/tools/cpu/generic/.cvsignore
index 8adc712ad2..2b8cbd9acc 100644
--- a/tools/cpu/generic/.cvsignore
+++ b/tools/cpu/generic/.cvsignore
@@ -1,7 +1,5 @@
-Makefile
-Makefile.in
aclocal.m4
-autom4te.cache
+autom4te*.cache
config.cache
config.guess
config.log
@@ -10,6 +8,8 @@ config.sub
configure
depcomp
install-sh
+Makefile
+Makefile.in
missing
mkinstalldirs
size_rtems
diff --git a/tools/cpu/generic/ChangeLog b/tools/cpu/generic/ChangeLog
index be8865aca7..9c5e893403 100644
--- a/tools/cpu/generic/ChangeLog
+++ b/tools/cpu/generic/ChangeLog
@@ -1,3 +1,9 @@
+2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * .cvsignore: Reformat.
+ Add autom4te*cache.
+ Remove autom4te.cache.
+
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac:
diff --git a/tools/cpu/hppa1.1/.cvsignore b/tools/cpu/hppa1.1/.cvsignore
index d29e5050f5..bfdfd995be 100644
--- a/tools/cpu/hppa1.1/.cvsignore
+++ b/tools/cpu/hppa1.1/.cvsignore
@@ -1,7 +1,5 @@
-Makefile
-Makefile.in
aclocal.m4
-autom4te.cache
+autom4te*.cache
config.cache
config.guess
config.log
@@ -10,5 +8,7 @@ config.sub
configure
depcomp
install-sh
+Makefile
+Makefile.in
missing
mkinstalldirs
diff --git a/tools/cpu/hppa1.1/ChangeLog b/tools/cpu/hppa1.1/ChangeLog
index 6159c2abba..c8d5be4f80 100644
--- a/tools/cpu/hppa1.1/ChangeLog
+++ b/tools/cpu/hppa1.1/ChangeLog
@@ -1,3 +1,9 @@
+2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * .cvsignore: Reformat.
+ Add autom4te*cache.
+ Remove autom4te.cache.
+
2002-06-27 Joel Sherrill <joel@OARcorp.com>
* Makefile.am: genoffsets must be built before the executive.
diff --git a/tools/cpu/sh/.cvsignore b/tools/cpu/sh/.cvsignore
index d29e5050f5..bfdfd995be 100644
--- a/tools/cpu/sh/.cvsignore
+++ b/tools/cpu/sh/.cvsignore
@@ -1,7 +1,5 @@
-Makefile
-Makefile.in
aclocal.m4
-autom4te.cache
+autom4te*.cache
config.cache
config.guess
config.log
@@ -10,5 +8,7 @@ config.sub
configure
depcomp
install-sh
+Makefile
+Makefile.in
missing
mkinstalldirs
diff --git a/tools/cpu/sh/ChangeLog b/tools/cpu/sh/ChangeLog
index 923ffdd821..65de69fdf1 100644
--- a/tools/cpu/sh/ChangeLog
+++ b/tools/cpu/sh/ChangeLog
@@ -1,3 +1,9 @@
+2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * .cvsignore: Reformat.
+ Add autom4te*cache.
+ Remove autom4te.cache.
+
2002-04-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove AC_EXEEXT (obsolete).
diff --git a/tools/update/.cvsignore b/tools/update/.cvsignore
index ae6acedf54..c87a5fd84b 100644
--- a/tools/update/.cvsignore
+++ b/tools/update/.cvsignore
@@ -1,7 +1,5 @@
-Makefile
-Makefile.in
aclocal.m4
-autom4te.cache
+autom4te*.cache
config.cache
config.guess
config.log
@@ -10,6 +8,8 @@ config.sub
configure
depcomp
install-sh
+Makefile
+Makefile.in
missing
mkinstalldirs
update
diff --git a/tools/update/ChangeLog b/tools/update/ChangeLog
index e26fb1f766..9de5a203a6 100644
--- a/tools/update/ChangeLog
+++ b/tools/update/ChangeLog
@@ -1,3 +1,9 @@
+2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * .cvsignore: Reformat.
+ Add autom4te*cache.
+ Remove autom4te.cache.
+
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: