summaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-10-03 09:38:27 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-10-03 09:38:27 +0000
commit4b5348cce4e3b0c2e5d703355294225b81d6c8eb (patch)
tree8ed52c75d206d1e1eaaa1c40df4158505ea24fa7 /bootstrap
parentRemove depcomp compile texinfo.tex mdate-sh (diff)
downloadrtems-4b5348cce4e3b0c2e5d703355294225b81d6c8eb.tar.bz2
2011-10-03 Ralf Corsépius <ralf.corsepius@rtems.org>
* depcomp, compile, texinfo.tex, mdate-sh: New. * bootstrap (-c): Don't remove depcomp, compile, texinfo.tex, mdate-sh.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap b/bootstrap
index df5cd4fc18..1a2a424598 100755
--- a/bootstrap
+++ b/bootstrap
@@ -200,8 +200,8 @@ clean)
files=`find . -name 'configure' -print` ;
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 compile
+ rm -f $i config.sub config.guess install-sh missing mkinstalldirs
+# rm -f depcomp compile texinfo.tex mdate-sh
test "$verbose" = "-v" && echo "$i"
fi; done