summaryrefslogtreecommitdiffstats
path: root/cpukit/score
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-08-29 15:59:05 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-08-29 15:59:05 +0000
commitf31a0787b3757325764ff701012e2cd07f7ceb6e (patch)
treeb8bd55376cf1d1f305a12c700f44945e3b90a28d /cpukit/score
parent2002-08-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-f31a0787b3757325764ff701012e2cd07f7ceb6e.tar.bz2
2002-08-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* score/include/Makefile.am: Remove cpuopt.h generation. * configure.ac: Correct package name. Don't build ada if POSIX is disabled. Generate cpuopt.h on the fly, filter out autoconf-2.53 PACKAGE crap.
Diffstat (limited to 'cpukit/score')
-rw-r--r--cpukit/score/include/Makefile.am14
1 files changed, 0 insertions, 14 deletions
diff --git a/cpukit/score/include/Makefile.am b/cpukit/score/include/Makefile.am
index 8dc4904834..afd37e34f3 100644
--- a/cpukit/score/include/Makefile.am
+++ b/cpukit/score/include/Makefile.am
@@ -46,20 +46,6 @@ endif
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \
$(include_rtems_score_HEADERS:%=$(PROJECT_INCLUDE)/%)
-# make the cpu dependent options file
-# FIXME: We are exporting a config-header here, which is a bad idea in
-# general
-rtems/score/cpuopts.h: rtems/score/cpuopts-tmp.h
- @echo "/* target cpu dependent options file */" >$@
- @echo "/* automatically generated -- DO NOT EDIT!! */" >>$@
- @echo >>$@
- @echo "#ifndef __CPU_OPTIONS_h" >>$@
- @echo "#define __CPU_OPTIONS_h" >>$@
- @echo >>$@
- @cat rtems/score/cpuopts-tmp.h | sed -e '/.*PACKAGE.*/d' >>$@
- @echo >>$@
- @echo "#endif" >>$@
-
all-local: $(PREINSTALL_FILES)
include $(top_srcdir)/automake/local.am