summaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-02-01 15:08:54 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-02-01 15:08:54 +0000
commita5a0db49c930b8107e6b881430975f42be75f39c (patch)
treedbae96244ef58e1e15d1c91d2d103ab8529d53a7 /bootstrap
parent2006-01-31 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-a5a0db49c930b8107e6b881430975f42be75f39c.tar.bz2
2006-02-01 Ralf Corsepius <ralf.corsepius@rtems.org>
PR 882/make_build * bootstrap: Only remove bspopts.h.in instead of bspopts.h*.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 883e3a24dd..e31765aaa0 100755
--- a/bootstrap
+++ b/bootstrap
@@ -173,7 +173,7 @@ clean)
fi; done
find . -name '*~' -print | xargs rm -f
- find . -name 'bspopts.h*' -print | xargs rm -f
+ find . -name 'bspopts.h.in' -print | xargs rm -f
find . -name '*.orig' -print | xargs rm -f
find . -name '*.rej' -print | xargs rm -f
find . -name 'config.status' -print | xargs rm -f