Changeset bd9265d in rtems


Ignore:
Timestamp:
05/14/02 18:11:36 (21 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
0fe89f6
Parents:
6c138bf
Message:

2002-05-03 Ralf Corsepius <corsepiu@…>

  • include/Makefile.am: Work-around to autoconf-2.53 adding PACKAGE_* to autoheaders - sed out *PACKAGE* from cpuopts-tmp.h.
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/score/ChangeLog

    r6c138bf rbd9265d  
     12002-05-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * include/Makefile.am: Work-around to autoconf-2.53 adding PACKAGE_*
     4        to autoheaders - sed out *PACKAGE* from cpuopts-tmp.h.
     5
    162001-05-14      Till Straumann <strauman@slac.stanford.edu>
    27
  • c/src/exec/score/include/Makefile.am

    r6c138bf rbd9265d  
    5656        @echo "#define __CPU_OPTIONS_h"                        >>$@
    5757        @echo                                                  >>$@
    58         @cat rtems/score/cpuopts-tmp.h                         >>$@
     58        @cat rtems/score/cpuopts-tmp.h | sed -e '/.*PACKAGE.*/d' >>$@
    5959        @echo                                                  >>$@
    6060        @echo "#endif"                                         >>$@
  • cpukit/score/ChangeLog

    r6c138bf rbd9265d  
     12002-05-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * include/Makefile.am: Work-around to autoconf-2.53 adding PACKAGE_*
     4        to autoheaders - sed out *PACKAGE* from cpuopts-tmp.h.
     5
    162001-05-14      Till Straumann <strauman@slac.stanford.edu>
    27
  • cpukit/score/include/Makefile.am

    r6c138bf rbd9265d  
    5656        @echo "#define __CPU_OPTIONS_h"                        >>$@
    5757        @echo                                                  >>$@
    58         @cat rtems/score/cpuopts-tmp.h                         >>$@
     58        @cat rtems/score/cpuopts-tmp.h | sed -e '/.*PACKAGE.*/d' >>$@
    5959        @echo                                                  >>$@
    6060        @echo "#endif"                                         >>$@
Note: See TracChangeset for help on using the changeset viewer.