summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/mips
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-02 05:42:03 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-02 05:42:03 +0000
commit5ceaa08477fd795d5eff50c415cde39a465794fd (patch)
tree241635bc41f5d9b650d75683b1ae923936b26de3 /c/src/lib/libbsp/mips
parent2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-5ceaa08477fd795d5eff50c415cde39a465794fd.tar.bz2
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Remove all-local: $(ARCH). * console/Makefile.am: Remove all-local: $(ARCH). * start/Makefile.am: Remove all-local: $(ARCH). * startup/Makefile.am: Remove all-local: $(ARCH). * timer/Makefile.am: Remove all-local: $(ARCH). * wrapup/Makefile.am: Remove all-local: $(ARCH).
Diffstat (limited to 'c/src/lib/libbsp/mips')
-rw-r--r--c/src/lib/libbsp/mips/genmongoosev/ChangeLog9
-rw-r--r--c/src/lib/libbsp/mips/genmongoosev/clock/Makefile.am2
-rw-r--r--c/src/lib/libbsp/mips/genmongoosev/console/Makefile.am2
-rw-r--r--c/src/lib/libbsp/mips/genmongoosev/start/Makefile.am2
-rw-r--r--c/src/lib/libbsp/mips/genmongoosev/startup/Makefile.am2
-rw-r--r--c/src/lib/libbsp/mips/genmongoosev/timer/Makefile.am2
-rw-r--r--c/src/lib/libbsp/mips/genmongoosev/wrapup/Makefile.am2
-rw-r--r--c/src/lib/libbsp/mips/jmr3904/ChangeLog9
-rw-r--r--c/src/lib/libbsp/mips/jmr3904/clock/Makefile.am2
-rw-r--r--c/src/lib/libbsp/mips/jmr3904/console/Makefile.am2
-rw-r--r--c/src/lib/libbsp/mips/jmr3904/start/Makefile.am2
-rw-r--r--c/src/lib/libbsp/mips/jmr3904/startup/Makefile.am2
-rw-r--r--c/src/lib/libbsp/mips/jmr3904/timer/Makefile.am2
-rw-r--r--c/src/lib/libbsp/mips/jmr3904/wrapup/Makefile.am2
14 files changed, 30 insertions, 12 deletions
diff --git a/c/src/lib/libbsp/mips/genmongoosev/ChangeLog b/c/src/lib/libbsp/mips/genmongoosev/ChangeLog
index 13a25511ec..c16f51851a 100644
--- a/c/src/lib/libbsp/mips/genmongoosev/ChangeLog
+++ b/c/src/lib/libbsp/mips/genmongoosev/ChangeLog
@@ -1,3 +1,12 @@
+2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * clock/Makefile.am: Remove all-local: $(ARCH).
+ * console/Makefile.am: Remove all-local: $(ARCH).
+ * start/Makefile.am: Remove all-local: $(ARCH).
+ * startup/Makefile.am: Remove all-local: $(ARCH).
+ * timer/Makefile.am: Remove all-local: $(ARCH).
+ * wrapup/Makefile.am: Remove all-local: $(ARCH).
+
2003-10-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Fix preinstallation of include/coverhd.h.
diff --git a/c/src/lib/libbsp/mips/genmongoosev/clock/Makefile.am b/c/src/lib/libbsp/mips/genmongoosev/clock/Makefile.am
index eb66379def..bc273177d9 100644
--- a/c/src/lib/libbsp/mips/genmongoosev/clock/Makefile.am
+++ b/c/src/lib/libbsp/mips/genmongoosev/clock/Makefile.am
@@ -25,7 +25,7 @@ $(PGM): $(OBJS)
# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
-all-local: $(ARCH) $(OBJS) $(PGM)
+all-local: $(OBJS) $(PGM)
.PRECIOUS: $(PGM)
diff --git a/c/src/lib/libbsp/mips/genmongoosev/console/Makefile.am b/c/src/lib/libbsp/mips/genmongoosev/console/Makefile.am
index 28bcb62b45..dc50a39f72 100644
--- a/c/src/lib/libbsp/mips/genmongoosev/console/Makefile.am
+++ b/c/src/lib/libbsp/mips/genmongoosev/console/Makefile.am
@@ -24,7 +24,7 @@ $(PGM): $(OBJS)
# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
-all-local: $(ARCH) $(OBJS) $(PGM)
+all-local: $(OBJS) $(PGM)
.PRECIOUS: $(PGM)
diff --git a/c/src/lib/libbsp/mips/genmongoosev/start/Makefile.am b/c/src/lib/libbsp/mips/genmongoosev/start/Makefile.am
index 17f821fb26..9641f42059 100644
--- a/c/src/lib/libbsp/mips/genmongoosev/start/Makefile.am
+++ b/c/src/lib/libbsp/mips/genmongoosev/start/Makefile.am
@@ -23,7 +23,7 @@ $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).$(OBJEXT): $(ARCH)/start.$(OBJEXT)
TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).$(OBJEXT)
-all-local: $(ARCH) $(OBJS) $(ARCH)/start.$(OBJEXT) $(TMPINSTALL_FILES)
+all-local: $(OBJS) $(ARCH)/start.$(OBJEXT) $(TMPINSTALL_FILES)
.PRECIOUS: $(ARCH)/start.$(OBJEXT)
diff --git a/c/src/lib/libbsp/mips/genmongoosev/startup/Makefile.am b/c/src/lib/libbsp/mips/genmongoosev/startup/Makefile.am
index 703fbdcce7..fb41589df7 100644
--- a/c/src/lib/libbsp/mips/genmongoosev/startup/Makefile.am
+++ b/c/src/lib/libbsp/mips/genmongoosev/startup/Makefile.am
@@ -33,7 +33,7 @@ $(PROJECT_RELEASE)/lib/linkcmds: linkcmds
# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds
-all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES)
+all-local: $(OBJS) $(PGM) $(TMPINSTALL_FILES)
.PRECIOUS: $(PGM)
diff --git a/c/src/lib/libbsp/mips/genmongoosev/timer/Makefile.am b/c/src/lib/libbsp/mips/genmongoosev/timer/Makefile.am
index 851b24af48..607ab5a1f9 100644
--- a/c/src/lib/libbsp/mips/genmongoosev/timer/Makefile.am
+++ b/c/src/lib/libbsp/mips/genmongoosev/timer/Makefile.am
@@ -22,7 +22,7 @@ $(PGM): $(OBJS)
# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
-all-local: $(ARCH) $(OBJS) $(PGM)
+all-local: $(OBJS) $(PGM)
.PRECIOUS: $(PGM)
diff --git a/c/src/lib/libbsp/mips/genmongoosev/wrapup/Makefile.am b/c/src/lib/libbsp/mips/genmongoosev/wrapup/Makefile.am
index 00c176e6d4..55163cb12a 100644
--- a/c/src/lib/libbsp/mips/genmongoosev/wrapup/Makefile.am
+++ b/c/src/lib/libbsp/mips/genmongoosev/wrapup/Makefile.am
@@ -23,6 +23,6 @@ LIB = $(ARCH)/libbsp.a
$(LIB): ${OBJS}
$(make-library)
-all-local: ${ARCH} $(LIB)
+all-local: $(LIB)
include $(top_srcdir)/../../../../automake/local.am
diff --git a/c/src/lib/libbsp/mips/jmr3904/ChangeLog b/c/src/lib/libbsp/mips/jmr3904/ChangeLog
index adaa254b21..14dd205acb 100644
--- a/c/src/lib/libbsp/mips/jmr3904/ChangeLog
+++ b/c/src/lib/libbsp/mips/jmr3904/ChangeLog
@@ -1,3 +1,12 @@
+2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * clock/Makefile.am: Remove all-local: $(ARCH).
+ * console/Makefile.am: Remove all-local: $(ARCH).
+ * start/Makefile.am: Remove all-local: $(ARCH).
+ * startup/Makefile.am: Remove all-local: $(ARCH).
+ * timer/Makefile.am: Remove all-local: $(ARCH).
+ * wrapup/Makefile.am: Remove all-local: $(ARCH).
+
2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge-in include/Makefile.am.
diff --git a/c/src/lib/libbsp/mips/jmr3904/clock/Makefile.am b/c/src/lib/libbsp/mips/jmr3904/clock/Makefile.am
index 101d0267a5..2ea593b4f8 100644
--- a/c/src/lib/libbsp/mips/jmr3904/clock/Makefile.am
+++ b/c/src/lib/libbsp/mips/jmr3904/clock/Makefile.am
@@ -22,7 +22,7 @@ $(PGM): $(OBJS)
# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
-all-local: $(ARCH) $(OBJS) $(PGM)
+all-local: $(OBJS) $(PGM)
.PRECIOUS: $(PGM)
diff --git a/c/src/lib/libbsp/mips/jmr3904/console/Makefile.am b/c/src/lib/libbsp/mips/jmr3904/console/Makefile.am
index 2dddf51447..c4784cad27 100644
--- a/c/src/lib/libbsp/mips/jmr3904/console/Makefile.am
+++ b/c/src/lib/libbsp/mips/jmr3904/console/Makefile.am
@@ -24,7 +24,7 @@ $(PGM): $(OBJS)
# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
-all-local: $(ARCH) $(OBJS) $(PGM)
+all-local: $(OBJS) $(PGM)
.PRECIOUS: $(PGM)
diff --git a/c/src/lib/libbsp/mips/jmr3904/start/Makefile.am b/c/src/lib/libbsp/mips/jmr3904/start/Makefile.am
index 17f821fb26..9641f42059 100644
--- a/c/src/lib/libbsp/mips/jmr3904/start/Makefile.am
+++ b/c/src/lib/libbsp/mips/jmr3904/start/Makefile.am
@@ -23,7 +23,7 @@ $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).$(OBJEXT): $(ARCH)/start.$(OBJEXT)
TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).$(OBJEXT)
-all-local: $(ARCH) $(OBJS) $(ARCH)/start.$(OBJEXT) $(TMPINSTALL_FILES)
+all-local: $(OBJS) $(ARCH)/start.$(OBJEXT) $(TMPINSTALL_FILES)
.PRECIOUS: $(ARCH)/start.$(OBJEXT)
diff --git a/c/src/lib/libbsp/mips/jmr3904/startup/Makefile.am b/c/src/lib/libbsp/mips/jmr3904/startup/Makefile.am
index 723fe3d047..f7b34ee57b 100644
--- a/c/src/lib/libbsp/mips/jmr3904/startup/Makefile.am
+++ b/c/src/lib/libbsp/mips/jmr3904/startup/Makefile.am
@@ -31,7 +31,7 @@ $(PROJECT_RELEASE)/lib/linkcmds: linkcmds
# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds
-all-local: $(ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES)
+all-local: $(OBJS) $(PGM) $(TMPINSTALL_FILES)
.PRECIOUS: $(PGM)
diff --git a/c/src/lib/libbsp/mips/jmr3904/timer/Makefile.am b/c/src/lib/libbsp/mips/jmr3904/timer/Makefile.am
index 851b24af48..607ab5a1f9 100644
--- a/c/src/lib/libbsp/mips/jmr3904/timer/Makefile.am
+++ b/c/src/lib/libbsp/mips/jmr3904/timer/Makefile.am
@@ -22,7 +22,7 @@ $(PGM): $(OBJS)
# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
-all-local: $(ARCH) $(OBJS) $(PGM)
+all-local: $(OBJS) $(PGM)
.PRECIOUS: $(PGM)
diff --git a/c/src/lib/libbsp/mips/jmr3904/wrapup/Makefile.am b/c/src/lib/libbsp/mips/jmr3904/wrapup/Makefile.am
index 93b39736d8..d7d7ff7936 100644
--- a/c/src/lib/libbsp/mips/jmr3904/wrapup/Makefile.am
+++ b/c/src/lib/libbsp/mips/jmr3904/wrapup/Makefile.am
@@ -23,6 +23,6 @@ LIB = $(ARCH)/libbsp.a
$(LIB): ${OBJS}
$(make-library)
-all-local: ${ARCH} $(LIB)
+all-local: $(LIB)
include $(top_srcdir)/../../../../automake/local.am