2002-05-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* include/Makefile.am: Work-around to autoconf-2.53 adding PACKAGE_*
	to autoheaders - sed out *PACKAGE* from cpuopts-tmp.h.
This commit is contained in:
Joel Sherrill
2002-05-14 18:11:36 +00:00
parent 6c138bfc02
commit bd9265df54
4 changed files with 12 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2002-05-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Work-around to autoconf-2.53 adding PACKAGE_*
to autoheaders - sed out *PACKAGE* from cpuopts-tmp.h.
2001-05-14 Till Straumann <strauman@slac.stanford.edu> 2001-05-14 Till Straumann <strauman@slac.stanford.edu>
* src/threaddispatch.c, src/threadhandler.c: Per PR211 fix * src/threaddispatch.c, src/threadhandler.c: Per PR211 fix

View File

@@ -55,7 +55,7 @@ rtems/score/cpuopts.h: rtems/score/cpuopts-tmp.h
@echo "#ifndef __CPU_OPTIONS_h" >>$@ @echo "#ifndef __CPU_OPTIONS_h" >>$@
@echo "#define __CPU_OPTIONS_h" >>$@ @echo "#define __CPU_OPTIONS_h" >>$@
@echo >>$@ @echo >>$@
@cat rtems/score/cpuopts-tmp.h >>$@ @cat rtems/score/cpuopts-tmp.h | sed -e '/.*PACKAGE.*/d' >>$@
@echo >>$@ @echo >>$@
@echo "#endif" >>$@ @echo "#endif" >>$@

View File

@@ -1,3 +1,8 @@
2002-05-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Work-around to autoconf-2.53 adding PACKAGE_*
to autoheaders - sed out *PACKAGE* from cpuopts-tmp.h.
2001-05-14 Till Straumann <strauman@slac.stanford.edu> 2001-05-14 Till Straumann <strauman@slac.stanford.edu>
* src/threaddispatch.c, src/threadhandler.c: Per PR211 fix * src/threaddispatch.c, src/threadhandler.c: Per PR211 fix

View File

@@ -55,7 +55,7 @@ rtems/score/cpuopts.h: rtems/score/cpuopts-tmp.h
@echo "#ifndef __CPU_OPTIONS_h" >>$@ @echo "#ifndef __CPU_OPTIONS_h" >>$@
@echo "#define __CPU_OPTIONS_h" >>$@ @echo "#define __CPU_OPTIONS_h" >>$@
@echo >>$@ @echo >>$@
@cat rtems/score/cpuopts-tmp.h >>$@ @cat rtems/score/cpuopts-tmp.h | sed -e '/.*PACKAGE.*/d' >>$@
@echo >>$@ @echo >>$@
@echo "#endif" >>$@ @echo "#endif" >>$@