From e6938b4d264ac7b6549fb96d989e6c60fa6c4f46 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 3 Jul 2002 03:38:34 +0000 Subject: 2002-07-03 Ralf Corsepius * rtems.c: Remove. * Makefile.am: Reflect changes above. --- cpukit/score/cpu/a29k/ChangeLog | 5 +++++ cpukit/score/cpu/a29k/Makefile.am | 7 +------ cpukit/score/cpu/c4x/ChangeLog | 5 +++++ cpukit/score/cpu/c4x/Makefile.am | 7 +------ cpukit/score/cpu/mips/ChangeLog | 5 +++++ cpukit/score/cpu/mips/Makefile.am | 7 +------ 6 files changed, 18 insertions(+), 18 deletions(-) (limited to 'cpukit/score/cpu') diff --git a/cpukit/score/cpu/a29k/ChangeLog b/cpukit/score/cpu/a29k/ChangeLog index 7d9a50dc5d..0e08be8b97 100644 --- a/cpukit/score/cpu/a29k/ChangeLog +++ b/cpukit/score/cpu/a29k/ChangeLog @@ -1,3 +1,8 @@ +2002-07-03 Ralf Corsepius + + * rtems.c: Remove. + * Makefile.am: Reflect changes above. + 2002-07-01 Ralf Corsepius * configure.ac: Remove RTEMS_PROJECT_ROOT. diff --git a/cpukit/score/cpu/a29k/Makefile.am b/cpukit/score/cpu/a29k/Makefile.am index 869747f8b9..113d0cd348 100644 --- a/cpukit/score/cpu/a29k/Makefile.am +++ b/cpukit/score/cpu/a29k/Makefile.am @@ -32,9 +32,6 @@ include_rtems_score_HEADERS = \ PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \ $(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h) -$(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o: $(ARCH)/rtems.o - $(INSTALL_DATA) $< $@ - C_FILES = cpu.c C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) @@ -48,13 +45,11 @@ rtems_cpu_rel_OBJECTS = $(C_O_FILES) $(S_O_FILES) $(REL): $(rtems_cpu_rel_OBJECTS) $(make-rel) -TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o - all-local: $(ARCH) $(PREINSTALL_FILES) $(rtems_cpu_rel_OBJECTS) $(REL) \ $(TMPINSTALL_FILES) .PRECIOUS: $(REL) -EXTRA_DIST = cpu.c cpu_asm.S rtems.c sig.S +EXTRA_DIST = cpu.c cpu_asm.S sig.S include $(top_srcdir)/../../../automake/local.am diff --git a/cpukit/score/cpu/c4x/ChangeLog b/cpukit/score/cpu/c4x/ChangeLog index 1e0f88ca3a..088b894031 100644 --- a/cpukit/score/cpu/c4x/ChangeLog +++ b/cpukit/score/cpu/c4x/ChangeLog @@ -1,3 +1,8 @@ +2002-07-03 Ralf Corsepius + + * rtems.c: Remove. + * Makefile.am: Reflect changes above. + 2002-07-01 Ralf Corsepius * configure.ac: Remove RTEMS_PROJECT_ROOT. diff --git a/cpukit/score/cpu/c4x/Makefile.am b/cpukit/score/cpu/c4x/Makefile.am index d4709f7473..2c35fe7137 100644 --- a/cpukit/score/cpu/c4x/Makefile.am +++ b/cpukit/score/cpu/c4x/Makefile.am @@ -32,9 +32,6 @@ include_rtems_score_HEADERS = \ PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \ $(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h) -$(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o: $(ARCH)/rtems.o - $(INSTALL_DATA) $< $@ - C_FILES = cpu.c irq.c C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) @@ -48,13 +45,11 @@ rtems_cpu_rel_OBJECTS = $(C_O_FILES) $(S_O_FILES) $(REL): $(rtems_cpu_rel_OBJECTS) $(make-rel) -TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o - all-local: $(ARCH) $(PREINSTALL_FILES) $(rtems_cpu_rel_OBJECTS) $(REL) \ $(TMPINSTALL_FILES) .PRECIOUS: $(REL) -EXTRA_DIST = cpu.c irq.c cpu_asm.S rtems.c +EXTRA_DIST = cpu.c irq.c cpu_asm.S include $(top_srcdir)/../../../automake/local.am diff --git a/cpukit/score/cpu/mips/ChangeLog b/cpukit/score/cpu/mips/ChangeLog index 74ae78c0ca..301c07b4bb 100644 --- a/cpukit/score/cpu/mips/ChangeLog +++ b/cpukit/score/cpu/mips/ChangeLog @@ -1,3 +1,8 @@ +2002-07-03 Ralf Corsepius + + * rtems.c: Remove. + * Makefile.am: Reflect changes above. + 2002-07-01 Ralf Corsepius * configure.ac: Remove RTEMS_PROJECT_ROOT. diff --git a/cpukit/score/cpu/mips/Makefile.am b/cpukit/score/cpu/mips/Makefile.am index 700825271e..27cd509d53 100644 --- a/cpukit/score/cpu/mips/Makefile.am +++ b/cpukit/score/cpu/mips/Makefile.am @@ -31,9 +31,6 @@ include_rtems_score_HEADERS = \ PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \ $(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h) -$(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o: $(ARCH)/rtems.o - $(INSTALL_DATA) $< $@ - C_FILES = cpu.c C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) @@ -47,13 +44,11 @@ rtems_cpu_rel_OBJECTS = $(C_O_FILES) $(S_O_FILES) $(REL): $(rtems_cpu_rel_OBJECTS) $(make-rel) -TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o - all-local: $(ARCH) $(PREINSTALL_FILES) $(rtems_cpu_rel_OBJECTS) $(REL) \ $(TMPINSTALL_FILES) .PRECIOUS: $(REL) -EXTRA_DIST = cpu.c cpu_asm.S rtems.c +EXTRA_DIST = cpu.c cpu_asm.S include $(top_srcdir)/../../../automake/local.am -- cgit v1.2.3