summaryrefslogtreecommitdiffstats
path: root/c/make
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-10-21 12:19:27 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-10-21 12:19:27 +0000
commit8730f45f288a0538217e950714a01d21b09a3b0a (patch)
treee781c056383c4087a4b5811d566e2d6a50233a0a /c/make
parent2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-8730f45f288a0538217e950714a01d21b09a3b0a.tar.bz2
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
Diffstat (limited to 'c/make')
-rw-r--r--c/make/.cvsignore6
-rw-r--r--c/make/ChangeLog6
2 files changed, 9 insertions, 3 deletions
diff --git a/c/make/.cvsignore b/c/make/.cvsignore
index 3a3a0063ca..4bc53ce269 100644
--- a/c/make/.cvsignore
+++ b/c/make/.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
target.cfg
diff --git a/c/make/ChangeLog b/c/make/ChangeLog
index 9e068e40eb..e266e21881 100644
--- a/c/make/ChangeLog
+++ b/c/make/ChangeLog
@@ -1,3 +1,9 @@
+2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * .cvsignore: Reformat.
+ Add autom4te*cache.
+ Remove autom4te.cache.
+
2002-09-13 Joel Sherrill <joel@OARcorp.com>
* Part of addressing PR281.