summaryrefslogtreecommitdiffstats
path: root/c/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-03-19 22:10:04 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-03-19 22:10:04 +0000
commit5906ac5e9fa9581a813fc9e802dd06b6e3736b4a (patch)
tree870e33d459a8b866275a2bb9c27a788c2d363622 /c/Makefile.in
parentTowards automake IX patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>: (diff)
downloadrtems-5906ac5e9fa9581a813fc9e802dd06b6e3736b4a.tar.bz2
Towards automake X patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:
This one once again changes the scheme to preinstall bsp_specs. It moves generating PROJECT_ROOT/lib/bsp_specs to libbsp/<cpu>/<bsp>/wrapup/Makefile.in. I.e. it decentralizes generation of bsp_specs to a bsp-dependent directory, because preinstalling bsp_specs in a centralized Makefile like it has been done until now does not harmonize well with spliting the toplevel configure script in cpu and bsp-dependent configure scripts and automake. First apply the patch (rtems-rc-19990318-0.diff) below, then run the reorg-bsp_specs.sh script. IMO, this one is comparatively harmless and eases automake support significantly.
Diffstat (limited to 'c/Makefile.in')
-rw-r--r--c/Makefile.in13
1 files changed, 1 insertions, 12 deletions
diff --git a/c/Makefile.in b/c/Makefile.in
index d34437780e..495df9b5e8 100644
--- a/c/Makefile.in
+++ b/c/Makefile.in
@@ -66,17 +66,6 @@ CREATE_DIRS = \
BUILD_DIRS = ${CREATE_DIRS:%=$(PROJECT_ROOT)/$(RTEMS_BSP)/%}
-# bsp_specs should be installed by a bsp-specific configure script
-BSP_SPECS = $(PROJECT_RELEASE)/lib/bsp_specs
-ifeq ($(RTEMS_BSP),bare)
-BSP_SPECS_DIR = $(RTEMS_ROOT)/c/src/lib/libbsp/$(RTEMS_BSP_FAMILY)
-else
-BSP_SPECS_DIR = $(RTEMS_ROOT)/c/src/lib/libbsp/$(RTEMS_CPU)/$(RTEMS_BSP_FAMILY)
-endif
-
-$(BSP_SPECS): $(BSP_SPECS_DIR)/bsp_specs
- $(INSTALL) $(INSTDATAFLAGS) $< $@
-
# Make all/install must include 'env'
# if something is added to TARGET_VARIANTS, then account for it here
make_src_makefiles: Makefile.in Makefile
@@ -157,5 +146,5 @@ debug_tests: debug
profile_tests: profile
cd src/tests; $(MAKE) profile
-env: $(SRCS) dirs $(BSP_SPECS)
+env: $(SRCS) dirs