forked from Imagelibrary/rtems
2006-02-01 Ralf Corsepius <ralf.corsepius@rtems.org>
PR 882/make_build * bootstrap: Only remove bspopts.h.in instead of bspopts.h*.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user