Changeset d0d33f21 in rtems
- Timestamp:
- 12/07/01 12:31:13 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 97dbdde1
- Parents:
- 577b8eb
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r577b8eb rd0d33f21 1 2001-12-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * bootstrap: Run autoheader when configure.ac contains 4 RTEMS_BSP_CONFIGURE. Remove bspopts.h* files. 5 1 6 2001-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
bootstrap
r577b8eb rd0d33f21 83 83 test -n "`grep CONFIG_HEADER ${configure}`" && autoheader \ 84 84 && test "$verbose" = "-v" && echo "autoheader"; 85 test -n "`grep RTEMS_BSP_CONFIGURE ${configure}`" && autoheader \ 86 && test "$verbose" = "-v" && echo "autoheader"; 85 87 test -f Makefile.am && automake -a -c $verbose ; 86 88 autoconf; … … 116 118 117 119 find . -name '*~' -print | xargs rm -f 120 find . -name 'bspopts.h*' -print | xargs rm -f 118 121 find . -name '*.orig' -print | xargs rm -f 119 122 find . -name '*.rej' -print | xargs rm -f
Note: See TracChangeset
for help on using the changeset viewer.