summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-01-09 13:38:16 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-01-09 13:38:16 +0000
commit6223498d6141d178e35db5ee033ecf00b5f39599 (patch)
tree362431bdfbcf7c5b0a1a8c91fae70132b0b72aec
parent2004-01-08 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-6223498d6141d178e35db5ee033ecf00b5f39599.tar.bz2
2004-01-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Remove mkinstalldirs. * bootstrap: Remove compile during "clean".
-rw-r--r--.cvsignore1
-rw-r--r--ChangeLog5
-rwxr-xr-xbootstrap2
3 files changed, 6 insertions, 2 deletions
diff --git a/.cvsignore b/.cvsignore
index 719ead1f47..5aa1e4ff6e 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -14,5 +14,4 @@ Makefile
Makefile.in
mdate-sh
missing
-mkinstalldirs
texinfo.tex
diff --git a/ChangeLog b/ChangeLog
index 9b5d37c47a..c51c8d94a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-01-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * .cvsignore: Remove mkinstalldirs.
+ * bootstrap: Remove compile during "clean".
+
2004-01-08 Joel Sherrill <joel@OARcorp.com>
* .cvsignore: Add compile.
diff --git a/bootstrap b/bootstrap
index 1660bda660..0689a27e67 100755
--- a/bootstrap
+++ b/bootstrap
@@ -160,7 +160,7 @@ clean)
test "$verbose" = "-v" && test -n "$files" && echo "$files" ;
for i in $files; do if test -f $i; then
rm -f $i config.sub config.guess depcomp install-sh mdate-sh missing \
- mkinstalldirs texinfo.tex
+ mkinstalldirs texinfo.tex compile
test "$verbose" = "-v" && echo "$i"
fi; done