2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* include/Makefile.am: Use 'CLEANFILES ='.
	* include/Makefile.am: Use 'TMPINSTALL_FILES ='.
This commit is contained in:
Joel Sherrill
2001-09-27 19:38:19 +00:00
parent cf19dc2d9a
commit 7b4917cdef
36 changed files with 124 additions and 35 deletions

View File

@@ -1,3 +1,8 @@
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Use 'CLEANFILES ='.
* include/Makefile.am: Use 'TMPINSTALL_FILES ='.
2001-05-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2001-05-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Use *_HEADERS instead of *H_FILES, add * include/Makefile.am: Use *_HEADERS instead of *H_FILES, add

View File

@@ -14,9 +14,9 @@ $(PROJECT_INCLUDE)/%.h: %.h
coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h
$(INSTALL_DATA) $< $@ $(INSTALL_DATA) $< $@
CLEANFILES += coverhd.h CLEANFILES = coverhd.h
TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) TMPINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
all-local: $(TMPINSTALL_FILES) all-local: $(TMPINSTALL_FILES)

View File

@@ -1,3 +1,8 @@
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Use 'CLEANFILES ='.
* include/Makefile.am: Use 'TMPINSTALL_FILES ='.
2001-05-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2001-05-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Add include/bspopts.h. * configure.in: Add include/bspopts.h.

View File

@@ -14,9 +14,9 @@ $(PROJECT_INCLUDE)/%.h: %.h
coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h
cp $< $@ cp $< $@
CLEANFILES += coverhd.h CLEANFILES = coverhd.h
TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) TMPINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
all-local: $(TMPINSTALL_FILES) all-local: $(TMPINSTALL_FILES)

View File

@@ -1,3 +1,8 @@
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Use 'CLEANFILES ='.
* include/Makefile.am: Use 'TMPINSTALL_FILES ='.
2001-05-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2001-05-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Add bspopts.h. * configure.in: Add bspopts.h.

View File

@@ -8,7 +8,7 @@ include_HEADERS = bsp.h coverhd.h bspopts.h
coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h
cp $< $@ cp $< $@
CLEANFILES += coverhd.h CLEANFILES = coverhd.h
$(PROJECT_INCLUDE): $(PROJECT_INCLUDE):
$(mkinstalldirs) $@ $(mkinstalldirs) $@
@@ -16,7 +16,7 @@ $(PROJECT_INCLUDE):
$(PROJECT_INCLUDE)/%.h: %.h $(PROJECT_INCLUDE)/%.h: %.h
$(INSTALL_DATA) $< $@ $(INSTALL_DATA) $< $@
TMPINSTALL_FILES += $(PROJECT_INCLUDE) \ TMPINSTALL_FILES = $(PROJECT_INCLUDE) \
$(include_HEADERS:%=$(PROJECT_INCLUDE)/%) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
all-local: $(TMPINSTALL_FILES) all-local: $(TMPINSTALL_FILES)

View File

@@ -1,3 +1,8 @@
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Use 'CLEANFILES ='.
* include/Makefile.am: Use 'TMPINSTALL_FILES ='.
2001-05-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2001-05-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Add bspopts.h. * configure.in: Add bspopts.h.

View File

@@ -19,12 +19,12 @@ $(PROJECT_INCLUDE)/%.h: %.h
coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h
$(INSTALL_DATA) $< $@ $(INSTALL_DATA) $< $@
CLEANFILES += coverhd.h CLEANFILES = coverhd.h
$(PROJECT_INCLUDE)/rtems/%.h: %.h $(PROJECT_INCLUDE)/rtems/%.h: %.h
$(INSTALL_DATA) $< $@ $(INSTALL_DATA) $< $@
TMPINSTALL_FILES += $(PROJECT_INCLUDE) \ TMPINSTALL_FILES = $(PROJECT_INCLUDE) \
$(include_HEADERS:%=%(PROJECT_INCLUDE)/%) \ $(include_HEADERS:%=%(PROJECT_INCLUDE)/%) \
$(PROJECT_INCLUDE)/rtems \ $(PROJECT_INCLUDE)/rtems \
$(include_HEADERS:%=%(PROJECT_INCLUDE)/rtems/%) $(include_HEADERS:%=%(PROJECT_INCLUDE)/rtems/%)

View File

@@ -1,4 +1,9 @@
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Use 'CLEANFILES ='.
* include/Makefile.am: Use 'TMPINSTALL_FILES ='.
2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile: Use GENERIC_FILES = to make automake-1.5 happy. * wrapup/Makefile: Use GENERIC_FILES = to make automake-1.5 happy.

View File

@@ -14,9 +14,9 @@ $(PROJECT_INCLUDE)/%.h: %.h
coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h
cp $< $@ cp $< $@
CLEANFILES += coverhd.h CLEANFILES = coverhd.h
TMPINSTALL_FILES += $(PROJECT_INCLUDE) \ TMPINSTALL_FILES = $(PROJECT_INCLUDE) \
$(include_HEADERS:%=$(PROJECT_INCLUDE)/%) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
all-local: $(TMPINSTALL_FILES) all-local: $(TMPINSTALL_FILES)

View File

@@ -1,3 +1,8 @@
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Use 'CLEANFILES ='.
* include/Makefile.am: Use 'TMPINSTALL_FILES ='.
2001-05-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2001-05-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Add bspopts.h. * configure.in: Add bspopts.h.

View File

@@ -14,9 +14,9 @@ $(PROJECT_INCLUDE)/%.h: %.h
coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h
cp $< $@ cp $< $@
CLEANFILES += coverhd.h CLEANFILES = coverhd.h
TMPINSTALL_FILES += $(PROJECT_INCLUDE) \ TMPINSTALL_FILES = $(PROJECT_INCLUDE) \
$(include_HEADERS:%=$(PROJECT_INCLUDE)/%) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
all-local: $(TMPINSTALL_FILES) all-local: $(TMPINSTALL_FILES)

View File

@@ -1,3 +1,8 @@
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Use 'CLEANFILES ='.
* include/Makefile.am: Use 'TMPINSTALL_FILES ='.
2001-05-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2001-05-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Add bspopts.h. * configure.in: Add bspopts.h.

View File

@@ -14,9 +14,9 @@ $(PROJECT_INCLUDE)/%.h: %.h
coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h
cp $< $@ cp $< $@
CLEANFILES += coverhd.h CLEANFILES = coverhd.h
TMPINSTALL_FILES += $(PROJECT_INCLUDE) \ TMPINSTALL_FILES = $(PROJECT_INCLUDE) \
$(include_HEADERS:%=$(PROJECT_INCLUDE)/%) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
all-local: $(TMPINSTALL_FILES) all-local: $(TMPINSTALL_FILES)

View File

@@ -1,3 +1,8 @@
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Use 'CLEANFILES ='.
* include/Makefile.am: Use 'TMPINSTALL_FILES ='.
2001-05-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2001-05-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Add bspopts.h. * configure.in: Add bspopts.h.

View File

@@ -14,9 +14,9 @@ $(PROJECT_INCLUDE)/%.h: %.h
coverhd.h: ../../../shared/include/coverhd.h coverhd.h: ../../../shared/include/coverhd.h
$(INSTALL_DATA) $< $@ $(INSTALL_DATA) $< $@
CLEANFILES += coverhd.h CLEANFILES = coverhd.h
TMPINSTALL_FILES += $(PROJECT_INCLUDE) \ TMPINSTALL_FILES = $(PROJECT_INCLUDE) \
$(include_HEADERS:%=$(PROJECT_INCLUDE)/%) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
all-local: $(TMPINSTALL_FILES) all-local: $(TMPINSTALL_FILES)

View File

@@ -1,3 +1,8 @@
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Use 'CLEANFILES ='.
* include/Makefile.am: Use 'TMPINSTALL_FILES ='.
2001-06-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2001-06-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Fix typo in include_HEADERS. * include/Makefile.am: Fix typo in include_HEADERS.

View File

@@ -14,9 +14,9 @@ $(PROJECT_INCLUDE)/%.h: %.h
coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h
$(INSTALL_DATA) $< $@ $(INSTALL_DATA) $< $@
CLEANFILES += coverhd.h CLEANFILES = coverhd.h
TMPINSTALL_FILES += $(PROJECT_INCLUDE) \ TMPINSTALL_FILES = $(PROJECT_INCLUDE) \
$(include_HEADERS:%=$(PROJECT_INCLUDE)/%) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
all-local: $(TMPINSTALL_FILES) all-local: $(TMPINSTALL_FILES)

View File

@@ -1,3 +1,8 @@
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Use 'CLEANFILES ='.
* include/Makefile.am: Use 'TMPINSTALL_FILES ='.
2001-06-19 Joel Sherrill <joel@OARcorp.com> 2001-06-19 Joel Sherrill <joel@OARcorp.com>
* include/Makefile.am: Fixed typo. * include/Makefile.am: Fixed typo.

View File

@@ -12,12 +12,12 @@ coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h
$(PROJECT_INCLUDE)/%.h: %.h $(PROJECT_INCLUDE)/%.h: %.h
$(INSTALL_DATA) $< $@ $(INSTALL_DATA) $< $@
CLEANFILES += coverhd.h CLEANFILES = coverhd.h
$(PROJECT_INCLUDE): $(PROJECT_INCLUDE):
$(mkinstalldirs) $< $@ $(mkinstalldirs) $< $@
TMPINSTALL_FILES += $(PROJECT_INCLUDE) \ TMPINSTALL_FILES = $(PROJECT_INCLUDE) \
$(include_HEADERS:%=$(PROJECT_INCLUDE)/%) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
all-local: $(TMPINSTALL_FILES) all-local: $(TMPINSTALL_FILES)

View File

@@ -1,3 +1,8 @@
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Use 'CLEANFILES ='.
* include/Makefile.am: Use 'TMPINSTALL_FILES ='.
2001-05-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2001-05-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Add bspopts.h. * configure.in: Add bspopts.h.

View File

@@ -14,9 +14,9 @@ $(PROJECT_INCLUDE)/%.h: %.h
mvme16x_hw.h: $(srcdir)/../../mvme162/include/mvme16x_hw.h mvme16x_hw.h: $(srcdir)/../../mvme162/include/mvme16x_hw.h
cp $< $@ cp $< $@
CLEANFILES += mvme16x_hw.h CLEANFILES = mvme16x_hw.h
TMPINSTALL_FILES += $(PROJECT_INCLUDE) \ TMPINSTALL_FILES = $(PROJECT_INCLUDE) \
$(include_HEADERS:%=$(PROJECT_INCLUDE)/%) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
all: $(TMPINSTALL_FILES) all: $(TMPINSTALL_FILES)

View File

@@ -1,3 +1,8 @@
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Use 'CLEANFILES ='.
* include/Makefile.am: Use 'TMPINSTALL_FILES ='.
2001-06-19 Joel Sherrill <joel@OARcorp.com> 2001-06-19 Joel Sherrill <joel@OARcorp.com>
* start/start.S: Reverse sense of conditional compilation so the * start/start.S: Reverse sense of conditional compilation so the

View File

@@ -9,7 +9,7 @@ include_HEADERS = bsp.h coverhd.h bspopts.h
coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h
cp $< $@ cp $< $@
CLEANFILES += coverhd.h CLEANFILES = coverhd.h
$(PROJECT_INCLUDE): $(PROJECT_INCLUDE):
$(mkinstalldirs) $@ $(mkinstalldirs) $@
@@ -17,7 +17,7 @@ $(PROJECT_INCLUDE):
$(PROJECT_INCLUDE)/%.h: %.h $(PROJECT_INCLUDE)/%.h: %.h
$(INSTALL_DATA) $< $@ $(INSTALL_DATA) $< $@
TMPINSTALL_FILES += $(PROJECT_INCLUDE) \ TMPINSTALL_FILES = $(PROJECT_INCLUDE) \
$(include_HEADERS:%=$(PROJECT_INCLUDE)/%) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
all-local: $(TMPINSTALL_FILES) all-local: $(TMPINSTALL_FILES)

View File

@@ -1,3 +1,8 @@
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Use 'CLEANFILES ='.
* include/Makefile.am: Use 'TMPINSTALL_FILES ='.
2001-05-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2001-05-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Add bspopts.h. * configure.in: Add bspopts.h.

View File

@@ -14,9 +14,9 @@ $(PROJECT_INCLUDE)/%.h: %.h
coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h
cp $< $@ cp $< $@
CLEANFILES += coverhd.h CLEANFILES = coverhd.h
TMPINSTALL_FILES += $(PROJECT_INCLUDE) \ TMPINSTALL_FILES = $(PROJECT_INCLUDE) \
$(include_HEADERS:%=$(PROJECT_INCLUDE)/%) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
all-local: $(TMPINSTALL_FILES) all-local: $(TMPINSTALL_FILES)

View File

@@ -1,3 +1,8 @@
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Use 'CLEANFILES ='.
* include/Makefile.am: Use 'TMPINSTALL_FILES ='.
2001-05-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2001-05-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Add bspopts.h. * configure.in: Add bspopts.h.

View File

@@ -14,9 +14,9 @@ $(PROJECT_INCLUDE)/%.h: %.h
coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h
cp $< $@ cp $< $@
CLEANFILES += coverhd.h CLEANFILES = coverhd.h
TMPINSTALL_FILES += $(PROJECT_INCLUDE) \ TMPINSTALL_FILES = $(PROJECT_INCLUDE) \
$(include_HEADERS:%=$(PROJECT_INCLUDE)/%) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
all-local: $(TMPINSTALL_FILES) all-local: $(TMPINSTALL_FILES)

View File

@@ -1,4 +1,9 @@
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Use 'CLEANFILES ='.
* include/Makefile.am: Use 'TMPINSTALL_FILES ='.
2001-05-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2001-05-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Add bspopts.h. * configure.in: Add bspopts.h.

View File

@@ -14,9 +14,9 @@ $(PROJECT_INCLUDE)/%.h: %.h
coverhd.h: $(top_srcdir)../../shared/include/coverhd.h coverhd.h: $(top_srcdir)../../shared/include/coverhd.h
$(INSTALL_DATA) $< $@ $(INSTALL_DATA) $< $@
CLEANFILES += coverhd.h CLEANFILES = coverhd.h
TMPINSTALL_FILES += $(PROJECT_INCLUDE) \ TMPINSTALL_FILES = $(PROJECT_INCLUDE) \
$(include_HEADER:%=S(PROJECT_INCLUDE)/%) $(include_HEADER:%=S(PROJECT_INCLUDE)/%)
all-local: $(TMPINSTALL_FILES) all-local: $(TMPINSTALL_FILES)

View File

@@ -1,3 +1,8 @@
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Use 'CLEANFILES ='.
* include/Makefile.am: Use 'TMPINSTALL_FILES ='.
2001-05-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2001-05-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Remove CONSOLE_USE_POLLED, HAS_RTC. * configure.in: Remove CONSOLE_USE_POLLED, HAS_RTC.

View File

@@ -10,7 +10,7 @@ tod.h: $(top_srcdir)/../../shared/tod.h
cp $< $@ cp $< $@
coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h
cp $< $@ cp $< $@
CLEANFILES += tod.h coverhd.h CLEANFILES = tod.h coverhd.h
$(PROJECT_INCLUDE): $(PROJECT_INCLUDE):
$(mkinstalldirs) $@ $(mkinstalldirs) $@
@@ -18,7 +18,7 @@ $(PROJECT_INCLUDE):
$(PROJECT_INCLUDE)/%.h: %.h $(PROJECT_INCLUDE)/%.h: %.h
$(INSTALL_DATA) $< $@ $(INSTALL_DATA) $< $@
TMPINSTALL_FILES += $(PROJECT_INCLUDE) \ TMPINSTALL_FILES = $(PROJECT_INCLUDE) \
$(include_HEADERS:%=$(PROJECT_INCLUDE)/%) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
all-local: $(TMPINSTALL_FILES) all-local: $(TMPINSTALL_FILES)

View File

@@ -1,3 +1,8 @@
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Use 'CLEANFILES ='.
* include/Makefile.am: Use 'TMPINSTALL_FILES ='.
2001-08-17 Joel Sherrill <joel@OARcorp.com> 2001-08-17 Joel Sherrill <joel@OARcorp.com>
* include/Makefile.am: Include coverhd.h so tmtests will compile. * include/Makefile.am: Include coverhd.h so tmtests will compile.

View File

@@ -14,9 +14,9 @@ $(PROJECT_INCLUDE)/%.h: %.h
coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h
cp $< $@ cp $< $@
CLEANFILES += coverhd.h CLEANFILES = coverhd.h
TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) TMPINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
all-local: $(TMPINSTALL_FILES) all-local: $(TMPINSTALL_FILES)

View File

@@ -1,3 +1,7 @@
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use 'TMPINSTALL_FILES ='.
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS. * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.

View File

@@ -28,7 +28,7 @@ $(PROJECT_ROOT)/posix/tests/shmdump: shmdump
$(PROJECT_ROOT)/posix/tests/semdump: semdump $(PROJECT_ROOT)/posix/tests/semdump: semdump
$(INSTALL_SCRIPT) $< $@ $(INSTALL_SCRIPT) $< $@
TMPINSTALL_FILES += $(PROJECT_ROOT)/posix/tests \ TMPINSTALL_FILES = $(PROJECT_ROOT)/posix/tests \
$(PROJECT_ROOT)/posix/tests/runtest $(PROJECT_ROOT)/posix/tests/looptest $(PROJECT_ROOT)/posix/tests/runtest $(PROJECT_ROOT)/posix/tests/looptest
## HACK: install to build-tree ## HACK: install to build-tree