summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-27 13:21:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-27 13:21:14 +0000
commit614e671bde433970f839142c76fe70cddc6c231b (patch)
tree9801ef272f8d194ca69791680d442a821cde7408 /c
parent2001-09-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-614e671bde433970f839142c76fe70cddc6c231b.tar.bz2
2001-09-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/sys/Makefile.am: Use 'PREINSTALL_FILES ='. * include/rtems/posix/Makefile.am: Use 'PREINSTALL_FILES ='. * include/Makefile.am: Use 'PREINSTALL_FILES ='. * inline/rtems/posix/Makefile.am: Use 'PREINSTALL_FILES ='. * macros/rtems/posix/Makefile.am: Use 'PREINSTALL_FILES ='.
Diffstat (limited to '')
-rw-r--r--c/src/exec/posix/ChangeLog8
-rw-r--r--c/src/exec/posix/include/Makefile.am2
-rw-r--r--c/src/exec/posix/include/rtems/posix/Makefile.am2
-rw-r--r--c/src/exec/posix/include/sys/Makefile.am2
-rw-r--r--c/src/exec/posix/inline/rtems/posix/Makefile.am2
-rw-r--r--c/src/exec/posix/macros/rtems/posix/Makefile.am2
-rw-r--r--cpukit/posix/ChangeLog8
-rw-r--r--cpukit/posix/include/Makefile.am2
8 files changed, 22 insertions, 6 deletions
diff --git a/c/src/exec/posix/ChangeLog b/c/src/exec/posix/ChangeLog
index 043defbe09..f291e38a1f 100644
--- a/c/src/exec/posix/ChangeLog
+++ b/c/src/exec/posix/ChangeLog
@@ -1,3 +1,11 @@
+2001-09-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * include/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
+ * include/rtems/posix/Makefile.am: Use 'PREINSTALL_FILES ='.
+ * include/Makefile.am: Use 'PREINSTALL_FILES ='.
+ * inline/rtems/posix/Makefile.am: Use 'PREINSTALL_FILES ='.
+ * macros/rtems/posix/Makefile.am: Use 'PREINSTALL_FILES ='.
+
2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* optman/Makefile.am: Adapt ASM4FLAGS to automake-1.5 happy.
diff --git a/c/src/exec/posix/include/Makefile.am b/c/src/exec/posix/include/Makefile.am
index 7988a93e04..f01d9416cc 100644
--- a/c/src/exec/posix/include/Makefile.am
+++ b/c/src/exec/posix/include/Makefile.am
@@ -8,7 +8,7 @@ noinst_HEADERS = devctl.h intr.h
include_HEADERS = sched.h aio.h mqueue.h semaphore.h
-PREINSTALL_FILES += $(PROJECT_INCLUDE) \
+PREINSTALL_FILES = $(PROJECT_INCLUDE) \
$(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
$(PROJECT_INCLUDE):
diff --git a/c/src/exec/posix/include/rtems/posix/Makefile.am b/c/src/exec/posix/include/rtems/posix/Makefile.am
index a1a278facc..0af8840c91 100644
--- a/c/src/exec/posix/include/rtems/posix/Makefile.am
+++ b/c/src/exec/posix/include/rtems/posix/Makefile.am
@@ -20,7 +20,7 @@ else
include_rtems_posix_HEADERS = $(STD_H_FILES)
endif
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/posix \
+PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems/posix \
$(include_rtems_posix_HEADERS:%=$(PROJECT_INCLUDE)/rtems/posix/%)
$(PROJECT_INCLUDE)/rtems/posix:
diff --git a/c/src/exec/posix/include/sys/Makefile.am b/c/src/exec/posix/include/sys/Makefile.am
index 09821baec0..514802a651 100644
--- a/c/src/exec/posix/include/sys/Makefile.am
+++ b/c/src/exec/posix/include/sys/Makefile.am
@@ -8,7 +8,7 @@ include_sysdir = $(includedir)/sys
include_sys_HEADERS = utsname.h
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys \
+PREINSTALL_FILES = $(PROJECT_INCLUDE)/sys \
$(include_sys_HEADERS:%=$(PROJECT_INCLUDE)/sys/%)
$(PROJECT_INCLUDE)/sys:
diff --git a/c/src/exec/posix/inline/rtems/posix/Makefile.am b/c/src/exec/posix/inline/rtems/posix/Makefile.am
index 3e6ba01d54..e9ecd98875 100644
--- a/c/src/exec/posix/inline/rtems/posix/Makefile.am
+++ b/c/src/exec/posix/inline/rtems/posix/Makefile.am
@@ -13,7 +13,7 @@ I_FILES = cond.inl key.inl mqueue.inl mutex.inl pthread.inl priority.inl \
if INLINE
include_rtems_posix_HEADERS = $(I_FILES)
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/posix \
+PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems/posix \
$(include_rtems_posix_HEADERS:%=$(PROJECT_INCLUDE)/rtems/posix/%)
$(PROJECT_INCLUDE)/rtems/posix:
diff --git a/c/src/exec/posix/macros/rtems/posix/Makefile.am b/c/src/exec/posix/macros/rtems/posix/Makefile.am
index a2ba29d25d..5f3e2ad701 100644
--- a/c/src/exec/posix/macros/rtems/posix/Makefile.am
+++ b/c/src/exec/posix/macros/rtems/posix/Makefile.am
@@ -12,7 +12,7 @@ I_FILES = cond.inl intr.inl key.inl mqueue.inl mutex.inl priority.inl \
if MACROS
include_rtems_posix_HEADERS = $(I_FILES)
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/posix \
+PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems/posix \
$(include_rtems_posix_HEADERS:%=$(PROJECT_INCLUDE)/rtems/posix/%)
$(PROJECT_INCLUDE)/rtems/posix:
diff --git a/cpukit/posix/ChangeLog b/cpukit/posix/ChangeLog
index 043defbe09..f291e38a1f 100644
--- a/cpukit/posix/ChangeLog
+++ b/cpukit/posix/ChangeLog
@@ -1,3 +1,11 @@
+2001-09-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * include/sys/Makefile.am: Use 'PREINSTALL_FILES ='.
+ * include/rtems/posix/Makefile.am: Use 'PREINSTALL_FILES ='.
+ * include/Makefile.am: Use 'PREINSTALL_FILES ='.
+ * inline/rtems/posix/Makefile.am: Use 'PREINSTALL_FILES ='.
+ * macros/rtems/posix/Makefile.am: Use 'PREINSTALL_FILES ='.
+
2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* optman/Makefile.am: Adapt ASM4FLAGS to automake-1.5 happy.
diff --git a/cpukit/posix/include/Makefile.am b/cpukit/posix/include/Makefile.am
index 7988a93e04..f01d9416cc 100644
--- a/cpukit/posix/include/Makefile.am
+++ b/cpukit/posix/include/Makefile.am
@@ -8,7 +8,7 @@ noinst_HEADERS = devctl.h intr.h
include_HEADERS = sched.h aio.h mqueue.h semaphore.h
-PREINSTALL_FILES += $(PROJECT_INCLUDE) \
+PREINSTALL_FILES = $(PROJECT_INCLUDE) \
$(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
$(PROJECT_INCLUDE):