mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-28 23:40:15 +00:00
Patch rtems-rc-19990709-6-diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
applied. This modified many Makefiles and custom files and makes many more settings (network, multiprocessing, etc) gnerated by autoconf.
This commit is contained in:
@@ -5,12 +5,25 @@
|
||||
AUTOMAKE_OPTIONS = foreign 1.4
|
||||
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
|
||||
|
||||
noinst_SCRIPTS=difftest sorttimes
|
||||
noinst_SCRIPTS = difftest sorttimes
|
||||
|
||||
project_bspdir = $(PROJECT_ROOT)/@RTEMS_BSP@
|
||||
|
||||
PREINSTALL_DIRS = $(project_bspdir)/tests
|
||||
PREINSTALL_FILES = \
|
||||
$(project_bspdir)/tests/difftest \
|
||||
$(project_bspdir)/tests/sorttimes
|
||||
|
||||
$(PREINSTALL_DIRS):
|
||||
@$(mkinstalldirs) $@
|
||||
|
||||
$(project_bspdir)/tests/difftest: difftest
|
||||
$(INSTALL_SCRIPT) $< $@
|
||||
|
||||
$(project_bspdir)/tests/sorttimes: sorttimes
|
||||
$(INSTALL_SCRIPT) $< $@
|
||||
|
||||
# HACK: install to build-tree
|
||||
all-local: $(SCRIPTS)
|
||||
$(mkinstalldirs) $(PROJECT_ROOT)/@RTEMS_BSP@/tests
|
||||
$(INSTALL_SCRIPT) difftest $(PROJECT_ROOT)/@RTEMS_BSP@/tests
|
||||
$(INSTALL_SCRIPT) sorttimes $(PROJECT_ROOT)/@RTEMS_BSP@/tests
|
||||
all-local: $(PREINSTALL_DIRS) $(PREINSTALL_FILES)
|
||||
|
||||
include $(top_srcdir)/../../../../../automake/local.am
|
||||
|
||||
Reference in New Issue
Block a user