forked from Imagelibrary/rtems
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:
@@ -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>
|
||||
|
||||
* src/threaddispatch.c, src/threadhandler.c: Per PR211 fix
|
||||
|
||||
@@ -55,7 +55,7 @@ rtems/score/cpuopts.h: rtems/score/cpuopts-tmp.h
|
||||
@echo "#ifndef __CPU_OPTIONS_h" >>$@
|
||||
@echo "#define __CPU_OPTIONS_h" >>$@
|
||||
@echo >>$@
|
||||
@cat rtems/score/cpuopts-tmp.h >>$@
|
||||
@cat rtems/score/cpuopts-tmp.h | sed -e '/.*PACKAGE.*/d' >>$@
|
||||
@echo >>$@
|
||||
@echo "#endif" >>$@
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
* src/threaddispatch.c, src/threadhandler.c: Per PR211 fix
|
||||
|
||||
@@ -55,7 +55,7 @@ rtems/score/cpuopts.h: rtems/score/cpuopts-tmp.h
|
||||
@echo "#ifndef __CPU_OPTIONS_h" >>$@
|
||||
@echo "#define __CPU_OPTIONS_h" >>$@
|
||||
@echo >>$@
|
||||
@cat rtems/score/cpuopts-tmp.h >>$@
|
||||
@cat rtems/score/cpuopts-tmp.h | sed -e '/.*PACKAGE.*/d' >>$@
|
||||
@echo >>$@
|
||||
@echo "#endif" >>$@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user