Changeset d0d33f21 in rtems


Ignore:
Timestamp:
12/07/01 12:31:13 (22 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
97dbdde1
Parents:
577b8eb
Message:

2001-12-04 Ralf Corsepius <corsepiu@…>

  • bootstrap: Run autoheader when configure.ac contains RTEMS_BSP_CONFIGURE. Remove bspopts.h* files.
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r577b8eb rd0d33f21  
     12001-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
    162001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • bootstrap

    r577b8eb rd0d33f21  
    8383    test -n "`grep CONFIG_HEADER ${configure}`" && autoheader \
    8484      && test "$verbose" = "-v" && echo "autoheader";
     85    test -n "`grep RTEMS_BSP_CONFIGURE ${configure}`" && autoheader \
     86      && test "$verbose" = "-v" && echo "autoheader";
    8587    test -f Makefile.am && automake -a -c $verbose ;
    8688    autoconf;
     
    116118
    117119  find . -name '*~' -print | xargs rm -f
     120  find . -name 'bspopts.h*' -print | xargs rm -f
    118121  find . -name '*.orig' -print | xargs rm -f
    119122  find . -name '*.rej' -print | xargs rm -f
Note: See TracChangeset for help on using the changeset viewer.