2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* Makefile.am: Add preinstallation dirstamp support.
	Don't preinstall bsp_specs.dl.
	* dlentry/Makefile.am: Cosmetics.
	* flashentry/Makefile.am: Cosmetics.
	* startup/Makefile.am: Cosmetics.
	* wrapup/Makefile.am: Cosmetics.
This commit is contained in:
Ralf Corsepius
2003-12-03 15:02:51 +00:00
parent 6777b24deb
commit a12c25383b
6 changed files with 15 additions and 12 deletions

View File

@@ -1,3 +1,12 @@
2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Add preinstallation dirstamp support.
Don't preinstall bsp_specs.dl.
* dlentry/Makefile.am: Cosmetics.
* flashentry/Makefile.am: Cosmetics.
* startup/Makefile.am: Cosmetics.
* wrapup/Makefile.am: Cosmetics.
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* dlentry/Makefile.am: Remove all-local: $(ARCH). * dlentry/Makefile.am: Remove all-local: $(ARCH).

View File

@@ -18,13 +18,9 @@ all-local: $(PREINSTALL_FILES)
EXTRA_DIST = times EXTRA_DIST = times
$(PROJECT_INCLUDE)/coverhd.h: include/coverhd.h $(PROJECT_INCLUDE)/coverhd.h: include/coverhd.h $(PROJECT_INCLUDE)/$(dirstamp)
$(INSTALL_DATA) $< $@ $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/coverhd.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/coverhd.h PREINSTALL_FILES += $(PROJECT_INCLUDE)/coverhd.h
$(PROJECT_ROOT)/@RTEMS_BSP@/lib/bsp_specs.dl: bsp_specs.dl
$(INSTALL_DATA) $< $@
PREINSTALL_FILES += $(PROJECT_ROOT)/@RTEMS_BSP@/lib/bsp_specs.dl
include $(top_srcdir)/../../../../automake/subdirs.am include $(top_srcdir)/../../../../automake/subdirs.am
include $(top_srcdir)/../../../../automake/local.am include $(top_srcdir)/../../../../automake/local.am

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
PGM = $(ARCH)/dlentry.rel PGM = $(ARCH)/dlentry.rel
S_FILES = dlentry.S S_FILES = dlentry.S

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
PGM = $(ARCH)/flashentry.rel PGM = $(ARCH)/flashentry.rel
S_FILES = flashentry.S S_FILES = flashentry.S

View File

@@ -2,7 +2,6 @@
## $Id$ ## $Id$
## ##
VPATH = @srcdir@:@srcdir@/../../../shared VPATH = @srcdir@:@srcdir@/../../../shared
PGM = $(ARCH)/startup.rel PGM = $(ARCH)/startup.rel

View File

@@ -7,9 +7,10 @@ BSP_PIECES = startup dlentry flashentry
CPU_PIECES = clock timer console vectors ictrl CPU_PIECES = clock timer console vectors ictrl
# bummer; have to use $foreach since % pattern subst rules only replace 1x # bummer; have to use $foreach since % pattern subst rules only replace 1x
OBJS = $(foreach piece, $(BSP_PIECES), $(wildcard ../$(piece)/$(ARCH)/*.$(OBJEXT))) \ OBJS = $(foreach piece, $(BSP_PIECES), $(wildcard \
../@exceptions@/$(ARCH)/rtems-cpu.rel \ ../$(piece)/$(ARCH)/*.$(OBJEXT))) ../@exceptions@/$(ARCH)/rtems-cpu.rel \
$(foreach piece, $(CPU_PIECES), ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/$(piece)/$(ARCH)/$(piece).rel) $(foreach piece, $(CPU_PIECES), \
../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/$(piece)/$(ARCH)/$(piece).rel)
LIB = $(ARCH)/libbsp.a LIB = $(ARCH)/libbsp.a