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-08-17 Joel Sherrill <joel@OARcorp.com>
* 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
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)

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>
* 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
$(INSTALL_SCRIPT) $< $@
TMPINSTALL_FILES += $(PROJECT_ROOT)/posix/tests \
TMPINSTALL_FILES = $(PROJECT_ROOT)/posix/tests \
$(PROJECT_ROOT)/posix/tests/runtest $(PROJECT_ROOT)/posix/tests/looptest
## HACK: install to build-tree