Patch rtems-rc-20000627-2 from Ralf Corsepius <corsepiu@faw.uni-ulm.de>

that does some cleanup:

  * remove c/src/make/main.cfg.in (obsolete, unused) and any reference to it.
  * remove RTEMS_BSP_SPECS from c/src/make/custom/default.cfg.in (unused)

  Notes:
    All files being effected by this patch are only used when building
    RTEMS, therefore this patch should not have any side-effects outside
    of the source- rsp. build-tree.
This commit is contained in:
Joel Sherrill
2000-06-29 15:32:03 +00:00
parent fe5851ceae
commit dedb090fcc
4 changed files with 3 additions and 17 deletions

View File

@@ -13,7 +13,7 @@ MAKE_FILES = README directory.cfg lib.cfg
rtems_make_DATA = $(MAKE_FILES) $(GENERIC_FILES) rtems_make_DATA = $(MAKE_FILES) $(GENERIC_FILES)
noinst_DATA = main.cfg leaf.cfg noinst_DATA = leaf.cfg
rtemsdir = $(prefix) rtemsdir = $(prefix)
rtems_bspdir = $(rtemsdir)/@RTEMS_BSP@ rtems_bspdir = $(rtemsdir)/@RTEMS_BSP@

View File

@@ -7,7 +7,7 @@ dnl This script configures the configuration files below make/
dnl dnl
AC_PREREQ(2.13) AC_PREREQ(2.13)
AC_INIT(main.cfg.in) AC_INIT(bsp.cfg.in)
RTEMS_TOP(../../..) RTEMS_TOP(../../..)
AC_CONFIG_AUX_DIR(../../..) AC_CONFIG_AUX_DIR(../../..)
@@ -67,6 +67,7 @@ dnl if this is an i386, does gas have good code16 support?
RTEMS_I386_GAS_CODE16 RTEMS_I386_GAS_CODE16
RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP) RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
RTEMS_BSP_ALIAS(${RTEMS_BSP})
RTEMS_CHECK_MULTIPROCESSING(RTEMS_BSP) RTEMS_CHECK_MULTIPROCESSING(RTEMS_BSP)
RTEMS_CHECK_NETWORKING(RTEMS_BSP) RTEMS_CHECK_NETWORKING(RTEMS_BSP)
RTEMS_CHECK_RDBG(RTEMS_BSP) RTEMS_CHECK_RDBG(RTEMS_BSP)
@@ -121,7 +122,6 @@ AC_LINK_FILES($cfg_dir/README,README)
AC_OUTPUT( AC_OUTPUT(
Makefile Makefile
Makefile.inc Makefile.inc
main.cfg
host.cfg host.cfg
bsp.cfg bsp.cfg
custom/Makefile custom/Makefile

View File

@@ -11,15 +11,10 @@
include $(RTEMS_ROOT)/../make/target.cfg include $(RTEMS_ROOT)/../make/target.cfg
include $(RTEMS_ROOT)/make/host.cfg include $(RTEMS_ROOT)/make/host.cfg
include $(RTEMS_ROOT)/make/main.cfg
include $(RTEMS_ROOT)/make/bsp.cfg include $(RTEMS_ROOT)/make/bsp.cfg
## Target compiler config file, if any ## Target compiler config file, if any
CONFIG.CC = $(RTEMS_ROOT)/make/compilers/gcc-target-default.cfg CONFIG.CC = $(RTEMS_ROOT)/make/compilers/gcc-target-default.cfg
## GCC specs extension file location
RTEMS_BSP_SPECS = $(PROJECT_ROOT)/@RTEMS_BSP@/lib/bsp_specs
# Base name of start file # Base name of start file
START_BASE=start START_BASE=start

View File

@@ -1,9 +0,0 @@
# $Id$
#
# make/main.cfg
#
# Make(1) configuration file include'd by all Makefile's
#
# NOTE: This file does not get exported from the source tree
#
# Now, it's empty :)