From 38840f7beb1c12ce8e0805e31de39950a7c41612 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 18 Feb 1999 18:03:38 +0000 Subject: Part of the automake VI patch from Ralf Corsepius : > 3) rtems-rc-19990131-2.diff > > This patch removes generating bsp_specs from leaf.cfg and generates > bsp_specs from inside of c/Makefile instead. > > The motivation behind this patch is to avoid "polluting" Makefiles by > unneccessary rules from included Makefile-fragments (*.cfg-files) and > try to handle files by explicit rules in Makefiles instead (FYI: > automake-1.4 physically includes Makefile fragments at the time > automake is run, not at the time make is run as RTEMS Makefile.ins do > now) > > Nevertheless, this patch is rather uncritical, almost cosmetical - If > you don't like it, then dump it ;-, however I doubt that subsequent > patches will apply then ;-. --- make/leaf.cfg | 8 -------- 1 file changed, 8 deletions(-) (limited to 'make/leaf.cfg') diff --git a/make/leaf.cfg b/make/leaf.cfg index ce562ee755..9a0d523e4e 100644 --- a/make/leaf.cfg +++ b/make/leaf.cfg @@ -125,11 +125,3 @@ clobber: clean $(RM) .#* $(RM) -r $(CLOBBER_OS) $(CLOBBER_CC) $(CLOBBER_DEPEND) $(RM) -r $(CLOBBER_ADDITIONS) a.out - -ifeq ($(RTEMS_BSP),bare) -$(ARCH)/bsp_specs.tmp: FORCE - cp $(RTEMS_ROOT)/c/src/lib/libbsp/$(RTEMS_BSP_FAMILY)/bsp_specs $@ -else -$(ARCH)/bsp_specs.tmp: FORCE - cp $(RTEMS_ROOT)/c/src/lib/libbsp/$(RTEMS_CPU)/$(RTEMS_BSP_FAMILY)/bsp_specs $@ -endif -- cgit v1.2.3