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 ;-. --- c/src/exec/score/cpu/powerpc/Makefile.in | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'c/src/exec/score/cpu/powerpc/Makefile.in') diff --git a/c/src/exec/score/cpu/powerpc/Makefile.in b/c/src/exec/score/cpu/powerpc/Makefile.in index 8a75dafc4e..c4f04ccc9a 100644 --- a/c/src/exec/score/cpu/powerpc/Makefile.in +++ b/c/src/exec/score/cpu/powerpc/Makefile.in @@ -66,15 +66,10 @@ $(ARCH)/cpu_asm.o: irq_stub.s # for include files, just use $(INSTALL) install: all -preinstall: $(ARCH) \ - ${PROJECT_RELEASE}/lib/bsp_specs +preinstall: $(ARCH) $(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems/score # we will share the basic cpu file $(INSTALL) -m 444 ${EXTERNAL_H_FILES} $(PROJECT_INCLUDE) # make a link in case we are not compiling in the source directory #test -f irq_stub.s || $(LN) -s $(srcdir)/irq_stub.s irq_stub.s -${PROJECT_RELEASE}/lib/bsp_specs: $(ARCH)/bsp_specs.tmp - $(INSTALL) -m 444 $(ARCH)/bsp_specs.tmp $@ - -# $(ARCH)/bsp_specs.tmp rule is in leaf.cfg -- cgit v1.2.3