mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-24 21:37:11 +00:00
2004-01-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Remove non-existing times from EXTRA_DIST. * start/Makefile.am: Remove non-existing cpuboot.c from EXTRA_DIST. * wrapup/Makefile.am: Reflect changes to libcpu.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2004-01-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* Makefile.am: Remove non-existing times from EXTRA_DIST.
|
||||||
|
* start/Makefile.am: Remove non-existing cpuboot.c from EXTRA_DIST.
|
||||||
|
* wrapup/Makefile.am: Reflect changes to libcpu.
|
||||||
|
|
||||||
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
|
* Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
|
||||||
|
|||||||
@@ -18,8 +18,6 @@ include_HEADERS += include/coverhd.h
|
|||||||
|
|
||||||
all-local: $(PREINSTALL_FILES)
|
all-local: $(PREINSTALL_FILES)
|
||||||
|
|
||||||
EXTRA_DIST = times
|
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/bare.h: include/bare.h $(PROJECT_INCLUDE)/$(dirstamp)
|
$(PROJECT_INCLUDE)/bare.h: include/bare.h $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bare.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bare.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bare.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bare.h
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ $(ARCH)/start.$(OBJEXT): $(OBJS)
|
|||||||
|
|
||||||
all-local: $(TMPINSTALL_FILES)
|
all-local: $(TMPINSTALL_FILES)
|
||||||
|
|
||||||
EXTRA_DIST = cpuboot.c debugreset.S reset.S
|
EXTRA_DIST = debugreset.S reset.S
|
||||||
|
|
||||||
TMPINSTALL_FILES =
|
TMPINSTALL_FILES =
|
||||||
|
|
||||||
|
|||||||
@@ -6,8 +6,8 @@ BSP_PIECES = startup clock console timer
|
|||||||
|
|
||||||
# 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), ../$(piece)/$(ARCH)/*.$(OBJEXT)) \
|
OBJS = $(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/*.$(OBJEXT)) \
|
||||||
$(wildcard \
|
../../../../libcpu/$(RTEMS_CPU)/shared/cache$(LIB_VARIANT).rel \
|
||||||
../../../../libcpu/$(RTEMS_CPU)/shared/misc/$(ARCH)/*.$(OBJEXT))
|
../../../../libcpu/$(RTEMS_CPU)/shared/misc$(LIB_VARIANT).rel
|
||||||
|
|
||||||
include $(top_srcdir)/../../../../automake/compile.am
|
include $(top_srcdir)/../../../../automake/compile.am
|
||||||
include $(top_srcdir)/../../../../automake/lib.am
|
include $(top_srcdir)/../../../../automake/lib.am
|
||||||
|
|||||||
Reference in New Issue
Block a user