summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-04 19:15:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-04 19:15:14 +0000
commit811804fec86c4c6333c9ae56bedf72cbd7639c9d (patch)
tree786d8719fb4f7249d4568da5dab80a3647dcc2a5 /c/src/exec/posix
parentPatch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to make fix bug (diff)
downloadrtems-811804fec86c4c6333c9ae56bedf72cbd7639c9d.tar.bz2
Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to make fix bug
where wrapup left pieces out of the librtemsall.a.
Diffstat (limited to '')
-rw-r--r--c/src/exec/posix/Makefile.am6
-rw-r--r--c/src/exec/posix/include/Makefile.am8
-rw-r--r--c/src/exec/posix/include/rtems/Makefile.am6
-rw-r--r--c/src/exec/posix/include/rtems/posix/Makefile.am8
-rw-r--r--c/src/exec/posix/include/sys/Makefile.am6
-rw-r--r--c/src/exec/posix/inline/Makefile.am6
-rw-r--r--c/src/exec/posix/inline/rtems/Makefile.am6
-rw-r--r--c/src/exec/posix/inline/rtems/posix/Makefile.am6
-rw-r--r--c/src/exec/posix/macros/Makefile.am6
-rw-r--r--c/src/exec/posix/macros/rtems/Makefile.am6
-rw-r--r--c/src/exec/posix/macros/rtems/posix/Makefile.am6
11 files changed, 35 insertions, 35 deletions
diff --git a/c/src/exec/posix/Makefile.am b/c/src/exec/posix/Makefile.am
index 344150db43..a3204d5b9c 100644
--- a/c/src/exec/posix/Makefile.am
+++ b/c/src/exec/posix/Makefile.am
@@ -1,6 +1,6 @@
-#
-# $Id$
-#
+##
+## $Id$
+##
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
diff --git a/c/src/exec/posix/include/Makefile.am b/c/src/exec/posix/include/Makefile.am
index e56df2781a..57e98bd79d 100644
--- a/c/src/exec/posix/include/Makefile.am
+++ b/c/src/exec/posix/include/Makefile.am
@@ -1,10 +1,10 @@
-#
-# $Id$
-#
+##
+## $Id$
+##
AUTOMAKE_OPTIONS = foreign 1.4
-# RTEMS unistd.h needs to be checked against newlib's and removed
+## RTEMS unistd.h needs to be checked against newlib's and removed
#noinst_HEADERS= devctl.h intr.h
H_PIECES = pthread.h sched.h aio.h mqueue.h semaphore.h
diff --git a/c/src/exec/posix/include/rtems/Makefile.am b/c/src/exec/posix/include/rtems/Makefile.am
index 2c3b73a8a5..abe9f5bf3f 100644
--- a/c/src/exec/posix/include/rtems/Makefile.am
+++ b/c/src/exec/posix/include/rtems/Makefile.am
@@ -1,6 +1,6 @@
-#
-# $Id$
-#
+##
+## $Id$
+##
AUTOMAKE_OPTIONS = foreign 1.4
diff --git a/c/src/exec/posix/include/rtems/posix/Makefile.am b/c/src/exec/posix/include/rtems/posix/Makefile.am
index 8a17873a59..02b812179a 100644
--- a/c/src/exec/posix/include/rtems/posix/Makefile.am
+++ b/c/src/exec/posix/include/rtems/posix/Makefile.am
@@ -1,10 +1,10 @@
-#
-# $Id$
-#
+##
+## $Id$
+##
AUTOMAKE_OPTIONS = foreign 1.4
-# We only build multiprocessing related files if HAS_MP was defined
+## We only build multiprocessing related files if HAS_MP was defined
MP_H_PIECES_yes_V = condmp.h mqueuemp.h mutexmp.h pthreadmp.h semaphoremp.h
MP_H_PIECES = $(MP_H_PIECES_$(HAS_MP)_V)
diff --git a/c/src/exec/posix/include/sys/Makefile.am b/c/src/exec/posix/include/sys/Makefile.am
index cc5f91927a..04a1fc00c7 100644
--- a/c/src/exec/posix/include/sys/Makefile.am
+++ b/c/src/exec/posix/include/sys/Makefile.am
@@ -1,6 +1,6 @@
-#
-# $Id$
-#
+##
+## $Id$
+##
AUTOMAKE_OPTIONS = foreign 1.4
diff --git a/c/src/exec/posix/inline/Makefile.am b/c/src/exec/posix/inline/Makefile.am
index f0a5d52bfa..32269fcdcd 100644
--- a/c/src/exec/posix/inline/Makefile.am
+++ b/c/src/exec/posix/inline/Makefile.am
@@ -1,6 +1,6 @@
-#
-# $Id$
-#
+##
+## $Id$
+##
AUTOMAKE_OPTIONS = foreign 1.4
diff --git a/c/src/exec/posix/inline/rtems/Makefile.am b/c/src/exec/posix/inline/rtems/Makefile.am
index 2c3b73a8a5..abe9f5bf3f 100644
--- a/c/src/exec/posix/inline/rtems/Makefile.am
+++ b/c/src/exec/posix/inline/rtems/Makefile.am
@@ -1,6 +1,6 @@
-#
-# $Id$
-#
+##
+## $Id$
+##
AUTOMAKE_OPTIONS = foreign 1.4
diff --git a/c/src/exec/posix/inline/rtems/posix/Makefile.am b/c/src/exec/posix/inline/rtems/posix/Makefile.am
index 565965d077..01c6016324 100644
--- a/c/src/exec/posix/inline/rtems/posix/Makefile.am
+++ b/c/src/exec/posix/inline/rtems/posix/Makefile.am
@@ -1,6 +1,6 @@
-#
-# $Id$
-#
+##
+## $Id$
+##
AUTOMAKE_OPTIONS = foreign 1.4
if INLINE
diff --git a/c/src/exec/posix/macros/Makefile.am b/c/src/exec/posix/macros/Makefile.am
index f0a5d52bfa..32269fcdcd 100644
--- a/c/src/exec/posix/macros/Makefile.am
+++ b/c/src/exec/posix/macros/Makefile.am
@@ -1,6 +1,6 @@
-#
-# $Id$
-#
+##
+## $Id$
+##
AUTOMAKE_OPTIONS = foreign 1.4
diff --git a/c/src/exec/posix/macros/rtems/Makefile.am b/c/src/exec/posix/macros/rtems/Makefile.am
index 2c3b73a8a5..abe9f5bf3f 100644
--- a/c/src/exec/posix/macros/rtems/Makefile.am
+++ b/c/src/exec/posix/macros/rtems/Makefile.am
@@ -1,6 +1,6 @@
-#
-# $Id$
-#
+##
+## $Id$
+##
AUTOMAKE_OPTIONS = foreign 1.4
diff --git a/c/src/exec/posix/macros/rtems/posix/Makefile.am b/c/src/exec/posix/macros/rtems/posix/Makefile.am
index 597f6a59c7..3b563a0132 100644
--- a/c/src/exec/posix/macros/rtems/posix/Makefile.am
+++ b/c/src/exec/posix/macros/rtems/posix/Makefile.am
@@ -1,6 +1,6 @@
-#
-# $Id$
-#
+##
+## $Id$
+##
AUTOMAKE_OPTIONS = foreign 1.4