summaryrefslogtreecommitdiffstats
path: root/bootstrap
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 /bootstrap
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".
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
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