summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sh
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-06-30 06:05:34 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-06-30 06:05:34 +0000
commit80defac55a44ea4a62c0e6e96b17329542ef622c (patch)
treebe73507124aea78646afede7329403f171495a79 /c/src/lib/libbsp/sh
parent2002-06-28 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-80defac55a44ea4a62c0e6e96b17329542ef622c.tar.bz2
2002-06-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Remove preinstallation of libbsp.a,
Diffstat (limited to 'c/src/lib/libbsp/sh')
-rw-r--r--c/src/lib/libbsp/sh/gensh1/ChangeLog4
-rw-r--r--c/src/lib/libbsp/sh/gensh1/wrapup/Makefile.am8
-rw-r--r--c/src/lib/libbsp/sh/gensh2/ChangeLog4
-rw-r--r--c/src/lib/libbsp/sh/gensh2/wrapup/Makefile.am8
-rw-r--r--c/src/lib/libbsp/sh/gensh4/ChangeLog4
-rw-r--r--c/src/lib/libbsp/sh/gensh4/wrapup/Makefile.am8
-rw-r--r--c/src/lib/libbsp/sh/shsim/ChangeLog4
-rw-r--r--c/src/lib/libbsp/sh/shsim/wrapup/Makefile.am6
-rw-r--r--c/src/lib/libbsp/sh/simsh4/ChangeLog4
-rw-r--r--c/src/lib/libbsp/sh/simsh4/wrapup/Makefile.am8
10 files changed, 20 insertions, 38 deletions
diff --git a/c/src/lib/libbsp/sh/gensh1/ChangeLog b/c/src/lib/libbsp/sh/gensh1/ChangeLog
index 9be1bff3ea..91f6c3ec52 100644
--- a/c/src/lib/libbsp/sh/gensh1/ChangeLog
+++ b/c/src/lib/libbsp/sh/gensh1/ChangeLog
@@ -1,3 +1,7 @@
+2002-06-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
+
2001-05-09 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: In support of gcc 3.1, added one of more
diff --git a/c/src/lib/libbsp/sh/gensh1/wrapup/Makefile.am b/c/src/lib/libbsp/sh/gensh1/wrapup/Makefile.am
index c48750eecb..6584945e8a 100644
--- a/c/src/lib/libbsp/sh/gensh1/wrapup/Makefile.am
+++ b/c/src/lib/libbsp/sh/gensh1/wrapup/Makefile.am
@@ -4,7 +4,6 @@
## build and install libbsp
##
-
BSP_PIECES = startup scitab console
# pieces to pick up out of libcpu/sh/sh7032
@@ -27,13 +26,6 @@ include $(top_srcdir)/../../../../../../automake/lib.am
$(LIB): $(OBJS)
$(make-library)
-$(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a: $(LIB)
- $(INSTALL_DATA) $< $@
-
-TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a
-
all-local: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES)
-.PRECIOUS: $(LIB)
-
include $(top_srcdir)/../../../../../../automake/local.am
diff --git a/c/src/lib/libbsp/sh/gensh2/ChangeLog b/c/src/lib/libbsp/sh/gensh2/ChangeLog
index 1d319ad005..a9910d33db 100644
--- a/c/src/lib/libbsp/sh/gensh2/ChangeLog
+++ b/c/src/lib/libbsp/sh/gensh2/ChangeLog
@@ -1,3 +1,7 @@
+2002-06-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
+
2001-05-09 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: In support of gcc 3.1, added one of more
diff --git a/c/src/lib/libbsp/sh/gensh2/wrapup/Makefile.am b/c/src/lib/libbsp/sh/gensh2/wrapup/Makefile.am
index edf6cc11ed..956291f20a 100644
--- a/c/src/lib/libbsp/sh/gensh2/wrapup/Makefile.am
+++ b/c/src/lib/libbsp/sh/gensh2/wrapup/Makefile.am
@@ -4,7 +4,6 @@
## build and install libbsp
##
-
BSP_PIECES = startup scitab console
# pieces to pick up out of libcpu/sh/sh7045
@@ -27,13 +26,6 @@ include $(top_srcdir)/../../../../../../automake/lib.am
$(LIB): $(OBJS)
$(make-library)
-$(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a: $(LIB)
- $(INSTALL_DATA) $< $@
-
-TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a
-
all-local: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES)
-.PRECIOUS: $(LIB)
-
include $(top_srcdir)/../../../../../../automake/local.am
diff --git a/c/src/lib/libbsp/sh/gensh4/ChangeLog b/c/src/lib/libbsp/sh/gensh4/ChangeLog
index 665b946086..76ed38aedb 100644
--- a/c/src/lib/libbsp/sh/gensh4/ChangeLog
+++ b/c/src/lib/libbsp/sh/gensh4/ChangeLog
@@ -1,3 +1,7 @@
+2002-06-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
+
2001-05-09 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: In support of gcc 3.1, added one of more
diff --git a/c/src/lib/libbsp/sh/gensh4/wrapup/Makefile.am b/c/src/lib/libbsp/sh/gensh4/wrapup/Makefile.am
index 29a2dece87..c33679f4bf 100644
--- a/c/src/lib/libbsp/sh/gensh4/wrapup/Makefile.am
+++ b/c/src/lib/libbsp/sh/gensh4/wrapup/Makefile.am
@@ -4,7 +4,6 @@
## build and install libbsp
##
-
BSP_PIECES = startup hw_init console
# pieces to pick up out of libcpu/sh/sh7750
@@ -27,13 +26,6 @@ include $(top_srcdir)/../../../../../../automake/lib.am
$(LIB): $(OBJS)
$(make-library)
-$(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a: $(LIB)
- $(INSTALL_DATA) $< $@
-
-TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a
-
all-local: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES)
-.PRECIOUS: $(LIB)
-
include $(top_srcdir)/../../../../../../automake/local.am
diff --git a/c/src/lib/libbsp/sh/shsim/ChangeLog b/c/src/lib/libbsp/sh/shsim/ChangeLog
index f05bb7b911..4e85dd789f 100644
--- a/c/src/lib/libbsp/sh/shsim/ChangeLog
+++ b/c/src/lib/libbsp/sh/shsim/ChangeLog
@@ -1,3 +1,7 @@
+2002-06-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
+
2001-05-09 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: In support of gcc 3.1, added one of more
diff --git a/c/src/lib/libbsp/sh/shsim/wrapup/Makefile.am b/c/src/lib/libbsp/sh/shsim/wrapup/Makefile.am
index a16b1e0667..b83173c491 100644
--- a/c/src/lib/libbsp/sh/shsim/wrapup/Makefile.am
+++ b/c/src/lib/libbsp/sh/shsim/wrapup/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-
BSP_FILES = startup clock console timer gdbsci scitab
CPU_PIECES = score
@@ -26,11 +25,6 @@ LIB = $(ARCH)/libbsp.a
$(LIB): ${OBJS}
$(make-library)
-$(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a: $(LIB)
- $(INSTALL_DATA) $< $@
-
-TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a
-
all-local: ${ARCH} $(TMPINSTALL_FILES)
include $(top_srcdir)/../../../../../../automake/local.am
diff --git a/c/src/lib/libbsp/sh/simsh4/ChangeLog b/c/src/lib/libbsp/sh/simsh4/ChangeLog
index ac7e3fded6..662792bf2e 100644
--- a/c/src/lib/libbsp/sh/simsh4/ChangeLog
+++ b/c/src/lib/libbsp/sh/simsh4/ChangeLog
@@ -1,3 +1,7 @@
+2002-06-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
+
2001-05-09 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: In support of gcc 3.1, added one of more
diff --git a/c/src/lib/libbsp/sh/simsh4/wrapup/Makefile.am b/c/src/lib/libbsp/sh/simsh4/wrapup/Makefile.am
index 399f3a6430..deaf9a1672 100644
--- a/c/src/lib/libbsp/sh/simsh4/wrapup/Makefile.am
+++ b/c/src/lib/libbsp/sh/simsh4/wrapup/Makefile.am
@@ -4,7 +4,6 @@
## build and install libbsp
##
-
BSP_PIECES = startup console clock timer
# FIXME: This is missing.
@@ -30,13 +29,6 @@ include $(top_srcdir)/../../../../../../automake/lib.am
$(LIB): $(OBJS)
$(make-library)
-$(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a: $(LIB)
- $(INSTALL_DATA) $< $@
-
-TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libbsp$(LIB_VARIANT).a
-
all-local: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES)
-.PRECIOUS: $(LIB)
-
include $(top_srcdir)/../../../../../../automake/local.am