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:
@@ -1,3 +1,8 @@
|
|||||||
|
2006-02-01 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
PR 882/make_build
|
||||||
|
* bootstrap: Only remove bspopts.h.in instead of bspopts.h*.
|
||||||
|
|
||||||
2006-01-12 Ralf Corsepius <ralf.corsepius@rtems.org>
|
2006-01-12 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* aclocal/bsp-alias.m4: Revert Joel's 2006-01-10 change.
|
* aclocal/bsp-alias.m4: Revert Joel's 2006-01-10 change.
|
||||||
|
|||||||
@@ -173,7 +173,7 @@ clean)
|
|||||||
fi; done
|
fi; done
|
||||||
|
|
||||||
find . -name '*~' -print | xargs rm -f
|
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 '*.orig' -print | xargs rm -f
|
||||||
find . -name '*.rej' -print | xargs rm -f
|
find . -name '*.rej' -print | xargs rm -f
|
||||||
find . -name 'config.status' -print | xargs rm -f
|
find . -name 'config.status' -print | xargs rm -f
|
||||||
|
|||||||
Reference in New Issue
Block a user