From 80defac55a44ea4a62c0e6e96b17329542ef622c Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 30 Jun 2002 06:05:34 +0000 Subject: 2002-06-29 Ralf Corsepius * wrapup/Makefile.am: Remove preinstallation of libbsp.a, --- c/src/lib/libbsp/powerpc/dmv177/ChangeLog | 4 ++++ c/src/lib/libbsp/powerpc/dmv177/wrapup/Makefile.am | 8 -------- c/src/lib/libbsp/powerpc/eth_comm/ChangeLog | 4 ++++ c/src/lib/libbsp/powerpc/eth_comm/wrapup/Makefile.am | 8 -------- c/src/lib/libbsp/powerpc/gen405/ChangeLog | 4 ++++ c/src/lib/libbsp/powerpc/gen405/wrapup/Makefile.am | 8 -------- c/src/lib/libbsp/powerpc/helas403/ChangeLog | 4 ++++ c/src/lib/libbsp/powerpc/helas403/wrapup/Makefile.am | 8 -------- c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog | 4 ++++ c/src/lib/libbsp/powerpc/mbx8xx/wrapup/Makefile.am | 8 -------- c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog | 4 ++++ c/src/lib/libbsp/powerpc/motorola_powerpc/wrapup/Makefile.am | 8 -------- c/src/lib/libbsp/powerpc/mpc8260ads/ChangeLog | 4 ++++ c/src/lib/libbsp/powerpc/mpc8260ads/wrapup/Makefile.am | 8 -------- c/src/lib/libbsp/powerpc/ppcn_60x/ChangeLog | 4 ++++ c/src/lib/libbsp/powerpc/ppcn_60x/wrapup/Makefile.am | 8 -------- c/src/lib/libbsp/powerpc/psim/ChangeLog | 4 ++++ c/src/lib/libbsp/powerpc/psim/wrapup/Makefile.am | 8 -------- c/src/lib/libbsp/powerpc/score603e/ChangeLog | 4 ++++ c/src/lib/libbsp/powerpc/score603e/wrapup/Makefile.am | 8 -------- 20 files changed, 40 insertions(+), 80 deletions(-) (limited to 'c/src/lib/libbsp/powerpc') diff --git a/c/src/lib/libbsp/powerpc/dmv177/ChangeLog b/c/src/lib/libbsp/powerpc/dmv177/ChangeLog index 883a2667d5..c08e188f07 100644 --- a/c/src/lib/libbsp/powerpc/dmv177/ChangeLog +++ b/c/src/lib/libbsp/powerpc/dmv177/ChangeLog @@ -1,3 +1,7 @@ +2002-06-29 Ralf Corsepius + + * wrapup/Makefile.am: Remove preinstallation of libbsp.a, + 2001-05-09 Joel Sherrill * startup/linkcmds: In support of gcc 3.1, added one of more diff --git a/c/src/lib/libbsp/powerpc/dmv177/wrapup/Makefile.am b/c/src/lib/libbsp/powerpc/dmv177/wrapup/Makefile.am index 410628f4cd..76982461b6 100644 --- a/c/src/lib/libbsp/powerpc/dmv177/wrapup/Makefile.am +++ b/c/src/lib/libbsp/powerpc/dmv177/wrapup/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## - # We only build the networking device driver if HAS_NETWORKING was defined if HAS_NETWORKING NETWORKING = sonic @@ -28,13 +27,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/powerpc/eth_comm/ChangeLog b/c/src/lib/libbsp/powerpc/eth_comm/ChangeLog index d0fdccb0b2..9f3737fdd7 100644 --- a/c/src/lib/libbsp/powerpc/eth_comm/ChangeLog +++ b/c/src/lib/libbsp/powerpc/eth_comm/ChangeLog @@ -1,3 +1,7 @@ +2002-06-29 Ralf Corsepius + + * wrapup/Makefile.am: Remove preinstallation of libbsp.a, + 2001-05-09 Joel Sherrill * startup/linkcmds: In support of gcc 3.1, added one of more diff --git a/c/src/lib/libbsp/powerpc/eth_comm/wrapup/Makefile.am b/c/src/lib/libbsp/powerpc/eth_comm/wrapup/Makefile.am index 67cc964dc3..64d00a862f 100644 --- a/c/src/lib/libbsp/powerpc/eth_comm/wrapup/Makefile.am +++ b/c/src/lib/libbsp/powerpc/eth_comm/wrapup/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## - # We only build the networking device driver if HAS_NETWORKING was defined if HAS_NETWORKING NETWORKING = network @@ -31,13 +30,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/powerpc/gen405/ChangeLog b/c/src/lib/libbsp/powerpc/gen405/ChangeLog index e3e27e52ad..85922da66b 100644 --- a/c/src/lib/libbsp/powerpc/gen405/ChangeLog +++ b/c/src/lib/libbsp/powerpc/gen405/ChangeLog @@ -1,3 +1,7 @@ +2002-06-29 Ralf Corsepius + + * wrapup/Makefile.am: Remove preinstallation of libbsp.a, + 2002-06-14 Joel Sherrill * startup/linkcmds: Fixed typo. diff --git a/c/src/lib/libbsp/powerpc/gen405/wrapup/Makefile.am b/c/src/lib/libbsp/powerpc/gen405/wrapup/Makefile.am index 2a9a75b3d5..e653bedd8e 100644 --- a/c/src/lib/libbsp/powerpc/gen405/wrapup/Makefile.am +++ b/c/src/lib/libbsp/powerpc/gen405/wrapup/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## - BSP_PIECES = startup dlentry # pieces to pick up out of libcpu/ppc CPU_PIECES = clock timer console tty_drv vectors ictrl @@ -25,13 +24,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/powerpc/helas403/ChangeLog b/c/src/lib/libbsp/powerpc/helas403/ChangeLog index e1a60b6955..d525d939a2 100644 --- a/c/src/lib/libbsp/powerpc/helas403/ChangeLog +++ b/c/src/lib/libbsp/powerpc/helas403/ChangeLog @@ -1,3 +1,7 @@ +2002-06-29 Ralf Corsepius + + * wrapup/Makefile.am: Remove preinstallation of libbsp.a, + 2002-06-14 Joel Sherrill * startup/linkcmds: Fixed typo and added gnu.linkonce.t and diff --git a/c/src/lib/libbsp/powerpc/helas403/wrapup/Makefile.am b/c/src/lib/libbsp/powerpc/helas403/wrapup/Makefile.am index ecd27f12de..3eaeebfcca 100644 --- a/c/src/lib/libbsp/powerpc/helas403/wrapup/Makefile.am +++ b/c/src/lib/libbsp/powerpc/helas403/wrapup/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## - BSP_PIECES = startup dlentry flashentry # pieces to pick up out of libcpu/ppc CPU_PIECES = clock timer console vectors ictrl @@ -25,13 +24,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/powerpc/mbx8xx/ChangeLog b/c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog index 51416fe09d..aa8fc07783 100644 --- a/c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog +++ b/c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog @@ -1,3 +1,7 @@ +2002-06-29 Ralf Corsepius + + * wrapup/Makefile.am: Remove preinstallation of libbsp.a, + 2001-05-09 Joel Sherrill * startup/linkcmds: In support of gcc 3.1, added one of more diff --git a/c/src/lib/libbsp/powerpc/mbx8xx/wrapup/Makefile.am b/c/src/lib/libbsp/powerpc/mbx8xx/wrapup/Makefile.am index b03050bc93..70b0aa2752 100644 --- a/c/src/lib/libbsp/powerpc/mbx8xx/wrapup/Makefile.am +++ b/c/src/lib/libbsp/powerpc/mbx8xx/wrapup/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## - # We only build the networking device driver if HAS_NETWORKING was defined if HAS_NETWORKING NETWORKING = network @@ -31,13 +30,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/powerpc/motorola_powerpc/ChangeLog b/c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog index aba0be1e6e..e22cf63e15 100644 --- a/c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog +++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog @@ -1,3 +1,7 @@ +2002-06-29 Ralf Corsepius + + * wrapup/Makefile.am: Remove preinstallation of libbsp.a, + 2001-05-14 Till Straumann * bootloader/Makefile.am, console/Makefile.am, pci/Makefile.am: diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/wrapup/Makefile.am b/c/src/lib/libbsp/powerpc/motorola_powerpc/wrapup/Makefile.am index 2ebb78be6e..18979ad136 100644 --- a/c/src/lib/libbsp/powerpc/motorola_powerpc/wrapup/Makefile.am +++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/wrapup/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## - BSP_PIECES = clock console irq openpic pci residual startup vectors motorola # bummer; have to use $foreach since % pattern subst rules only replace 1x @@ -24,13 +23,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/powerpc/mpc8260ads/ChangeLog b/c/src/lib/libbsp/powerpc/mpc8260ads/ChangeLog index eb9b8520aa..f8235875ce 100644 --- a/c/src/lib/libbsp/powerpc/mpc8260ads/ChangeLog +++ b/c/src/lib/libbsp/powerpc/mpc8260ads/ChangeLog @@ -1,3 +1,7 @@ +2002-06-29 Ralf Corsepius + + * wrapup/Makefile.am: Remove preinstallation of libbsp.a, + 2001-05-09 Joel Sherrill * startup/linkcmds: In support of gcc 3.1, added one of more diff --git a/c/src/lib/libbsp/powerpc/mpc8260ads/wrapup/Makefile.am b/c/src/lib/libbsp/powerpc/mpc8260ads/wrapup/Makefile.am index e7410bcfe3..0c934fd6ff 100644 --- a/c/src/lib/libbsp/powerpc/mpc8260ads/wrapup/Makefile.am +++ b/c/src/lib/libbsp/powerpc/mpc8260ads/wrapup/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## - # We only build the networking device driver if HAS_NETWORKING was defined if HAS_NETWORKING NETWORKING = network @@ -31,13 +30,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/powerpc/ppcn_60x/ChangeLog b/c/src/lib/libbsp/powerpc/ppcn_60x/ChangeLog index 6600e100cf..4477f62fad 100644 --- a/c/src/lib/libbsp/powerpc/ppcn_60x/ChangeLog +++ b/c/src/lib/libbsp/powerpc/ppcn_60x/ChangeLog @@ -1,3 +1,7 @@ +2002-06-29 Ralf Corsepius + + * wrapup/Makefile.am: Remove preinstallation of libbsp.a, + 2001-05-09 Joel Sherrill * startup/linkcmds: In support of gcc 3.1, added one of more diff --git a/c/src/lib/libbsp/powerpc/ppcn_60x/wrapup/Makefile.am b/c/src/lib/libbsp/powerpc/ppcn_60x/wrapup/Makefile.am index 4fb19d3644..b2721d53e3 100644 --- a/c/src/lib/libbsp/powerpc/ppcn_60x/wrapup/Makefile.am +++ b/c/src/lib/libbsp/powerpc/ppcn_60x/wrapup/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## - # We only build the network device driver if HAS_NETWORK was defined if HAS_NETWORKING NETWORK = network @@ -28,13 +27,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/powerpc/psim/ChangeLog b/c/src/lib/libbsp/powerpc/psim/ChangeLog index a35f7c57af..810e687d74 100644 --- a/c/src/lib/libbsp/powerpc/psim/ChangeLog +++ b/c/src/lib/libbsp/powerpc/psim/ChangeLog @@ -1,3 +1,7 @@ +2002-06-29 Ralf Corsepius + + * wrapup/Makefile.am: Remove preinstallation of libbsp.a, + 2001-05-09 Joel Sherrill * startup/linkcmds: In support of gcc 3.1, added one of more diff --git a/c/src/lib/libbsp/powerpc/psim/wrapup/Makefile.am b/c/src/lib/libbsp/powerpc/psim/wrapup/Makefile.am index 54eb48f5db..438f387b92 100644 --- a/c/src/lib/libbsp/powerpc/psim/wrapup/Makefile.am +++ b/c/src/lib/libbsp/powerpc/psim/wrapup/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## - include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../../../../../../automake/compile.am include $(top_srcdir)/../../../../../../automake/lib.am @@ -30,13 +29,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) $(OBJS) $(LIB) $(TMPINSTALL_FILES) -.PRECIOUS: $(LIB) - include $(top_srcdir)/../../../../../../automake/local.am diff --git a/c/src/lib/libbsp/powerpc/score603e/ChangeLog b/c/src/lib/libbsp/powerpc/score603e/ChangeLog index a259b05a45..0ac865e0a1 100644 --- a/c/src/lib/libbsp/powerpc/score603e/ChangeLog +++ b/c/src/lib/libbsp/powerpc/score603e/ChangeLog @@ -1,3 +1,7 @@ +2002-06-29 Ralf Corsepius + + * wrapup/Makefile.am: Remove preinstallation of libbsp.a, + 2001-05-09 Joel Sherrill * startup/linkcmds: In support of gcc 3.1, added one of more diff --git a/c/src/lib/libbsp/powerpc/score603e/wrapup/Makefile.am b/c/src/lib/libbsp/powerpc/score603e/wrapup/Makefile.am index 4f53f7a64e..426e11fdef 100644 --- a/c/src/lib/libbsp/powerpc/score603e/wrapup/Makefile.am +++ b/c/src/lib/libbsp/powerpc/score603e/wrapup/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## - BSP_PIECES = startup clock console timer tod vectors PCI_bus # pieces to pick up out of libcpu/$(RTEMS_CPU) @@ -22,13 +21,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 -- cgit v1.2.3