Patch rtems-rc-19991203-9.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>

which  ontains all what was left over from the other patches (Primarily
minor configuration cleanups).

    To apply:
        patch -p1 < rtems-rc-19991203-9.diff
        ./bootstrap
This commit is contained in:
Joel Sherrill
1999-12-21 15:04:48 +00:00
parent 369ef189b2
commit 9ba1f0a79e
10 changed files with 4 additions and 63 deletions

View File

@@ -33,13 +33,6 @@ $(PROJECT_INCLUDE)/rtems/score:
$(PROJECT_INCLUDE)/rtems/score/%.h: %.h
$(INSTALL_DATA) $< $@
#
# Add your list of files to delete here. The config files
# already know how to delete some stuff, so you may want
# to just run 'make clean' first to see what gets missed.
# 'make clobber' already includes 'make clean'
#
CLEANFILES += $(TARGOPTS)
# Until RTEMS_CPU is removed from all the make configuration files,

View File

@@ -12,9 +12,6 @@ SUBDIRS = . include
$(PROJECT_RELEASE)/bsp_specs: bsp_specs
$(INSTALL_DATA) $< $@
PREINSTALL_FILES += \
$(PROJECT_RELEASE)/bsp_specs
all-local : $(PREINSTALL_FILES)
EXTRA_DIST = \

View File

@@ -32,9 +32,6 @@ dnl if this is an i386, does gas have good code16 support?
RTEMS_I386_GAS_CODE16
AM_CONDITIONAL(RTEMS_GAS_CODE16,test "$RTEMS_GAS_CODE16" = "yes");
# find all the Makefiles for the BSPs
makefiles="$makefiles $RTEMS_CPU/Makefile"
RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
RTEMS_CHECK_MULTIPROCESSING(RTEMS_BSP)
RTEMS_CHECK_NETWORKING(RTEMS_BSP)
@@ -64,6 +61,9 @@ else
RTEMS_LIBBSP_CPU_SUBDIR='$(RTEMS_CPU)'
fi
AC_SUBST(RTEMS_LIBBSP_CPU_SUBDIR)
# find all the Makefiles for the BSPs
makefiles="$makefiles $RTEMS_CPU/Makefile"
if test -d "$srcdir/$bspcpudir$bspdir"; then
RTEMS_CHECK_MAKEFILE(${bspcpudir}$bspdir)
@@ -89,10 +89,10 @@ fi
AM_CONDITIONAL(HAS_MP,test "$HAS_MP" = "yes")
AC_CONFIG_SUBDIRS($bsptools_cfgdirs)
if test "$RTEMS_BSP" = "bare"; then
cfg_subdirs="bare"
fi
AC_CONFIG_SUBDIRS($cfg_subdirs)
# try to explicitly list a Makefile here

View File

@@ -47,13 +47,6 @@ $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIBVARIANT).a
# Add local stuff here using +=
#
#
# Add your list of files to delete here. The config files
# already know how to delete some stuff, so you may want
# to just run 'make clean' first to see what gets missed.
# 'make clobber' already includes 'make clean'
#
CLEANFILES += $(LIB) $(H_FILES) $(GEN_C_FILES)
FRONTEND = \"$(RTEMS_CPU)/any/remdeb_f.x\"

View File

@@ -47,13 +47,6 @@ $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIBVARIANT).a
# Add local stuff here using +=
#
#
# Add your list of files to delete here. The config files
# already know how to delete some stuff, so you may want
# to just run 'make clean' first to see what gets missed.
# 'make clobber' already includes 'make clean'
#
CLEANFILES += $(LIB) $(H_FILES) $(GEN_C_FILES)
FRONTEND = \"$(RTEMS_CPU)/mcp750/remdeb_f.x\"

View File

@@ -47,13 +47,6 @@ $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIBVARIANT).a
# Add local stuff here using +=
#
#
# Add your list of files to delete here. The config files
# already know how to delete some stuff, so you may want
# to just run 'make clean' first to see what gets missed.
# 'make clobber' already includes 'make clean'
#
CLEANFILES += $(LIB) $(H_FILES) $(GEN_C_FILES)
FRONTEND = \"$(RTEMS_CPU)/mcp750/remdeb_f.x\"

View File

@@ -38,13 +38,6 @@ if HAS_MP
AM_CPPFLAGS += -DNODE_NUMBER=$(NODE) -I.
#
# Add your list of files to delete here. The config files
# already know how to delete some stuff, so you may want
# to just run 'make clean' first to see what gets missed.
# 'make clobber' already includes 'make clean'
#
${PGM}: $(OBJS) $(LINK_FILES)
$(make-exe)

View File

@@ -38,13 +38,6 @@ if HAS_MP
AM_CPPFLAGS += -DNODE_NUMBER=$(NODE) -I.
#
# Add your list of files to delete here. The config files
# already know how to delete some stuff, so you may want
# to just run 'make clean' first to see what gets missed.
# 'make clobber' already includes 'make clean'
#
${PGM}: $(OBJS) $(LINK_FILES)
$(make-exe)