From 811804fec86c4c6333c9ae56bedf72cbd7639c9d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 4 Oct 1999 19:15:14 +0000 Subject: Patch from Ralf Corsepius to make fix bug where wrapup left pieces out of the librtemsall.a. --- c/src/exec/Makefile.am | 6 +++--- c/src/exec/libcsupport/Makefile.am | 6 +++--- c/src/exec/libnetworking/Makefile.am | 6 +++--- c/src/exec/librpc/include/rpc/Makefile.am | 6 +++--- c/src/exec/posix/Makefile.am | 6 +++--- c/src/exec/posix/include/Makefile.am | 8 ++++---- c/src/exec/posix/include/rtems/Makefile.am | 6 +++--- c/src/exec/posix/include/rtems/posix/Makefile.am | 8 ++++---- c/src/exec/posix/include/sys/Makefile.am | 6 +++--- c/src/exec/posix/inline/Makefile.am | 6 +++--- c/src/exec/posix/inline/rtems/Makefile.am | 6 +++--- c/src/exec/posix/inline/rtems/posix/Makefile.am | 6 +++--- c/src/exec/posix/macros/Makefile.am | 6 +++--- c/src/exec/posix/macros/rtems/Makefile.am | 6 +++--- c/src/exec/posix/macros/rtems/posix/Makefile.am | 6 +++--- c/src/exec/rtems/Makefile.am | 6 +++--- c/src/exec/rtems/include/Makefile.am | 6 +++--- c/src/exec/rtems/include/rtems/Makefile.am | 6 +++--- c/src/exec/rtems/include/rtems/rtems/Makefile.am | 8 ++++---- c/src/exec/rtems/inline/Makefile.am | 6 +++--- c/src/exec/rtems/inline/rtems/Makefile.am | 6 +++--- c/src/exec/rtems/inline/rtems/rtems/Makefile.am | 6 +++--- c/src/exec/rtems/macros/Makefile.am | 6 +++--- c/src/exec/rtems/macros/rtems/Makefile.am | 6 +++--- c/src/exec/rtems/macros/rtems/rtems/Makefile.am | 6 +++--- c/src/exec/sapi/Makefile.am | 6 +++--- c/src/exec/sapi/include/Makefile.am | 6 +++--- c/src/exec/sapi/include/rtems/Makefile.am | 6 +++--- c/src/exec/sapi/inline/Makefile.am | 6 +++--- c/src/exec/sapi/inline/rtems/Makefile.am | 6 +++--- c/src/exec/sapi/macros/Makefile.am | 6 +++--- c/src/exec/sapi/macros/rtems/Makefile.am | 6 +++--- c/src/exec/score/Makefile.am | 6 +++--- c/src/exec/score/include/Makefile.am | 6 +++--- c/src/exec/score/include/rtems/Makefile.am | 6 +++--- c/src/exec/score/inline/Makefile.am | 6 +++--- c/src/exec/score/inline/rtems/Makefile.am | 6 +++--- c/src/exec/score/inline/rtems/score/Makefile.am | 8 ++++---- c/src/exec/score/macros/Makefile.am | 6 +++--- c/src/exec/score/macros/rtems/Makefile.am | 6 +++--- c/src/exec/score/macros/rtems/score/Makefile.am | 8 ++++---- c/src/exec/wrapup/Makefile.am | 6 +++--- 42 files changed, 131 insertions(+), 131 deletions(-) (limited to 'c/src/exec') diff --git a/c/src/exec/Makefile.am b/c/src/exec/Makefile.am index 1015b3a4d0..f4e7e0a9e9 100644 --- a/c/src/exec/Makefile.am +++ b/c/src/exec/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/libcsupport/Makefile.am b/c/src/exec/libcsupport/Makefile.am index f4d3e1afd6..0f0b750f5b 100644 --- a/c/src/exec/libcsupport/Makefile.am +++ b/c/src/exec/libcsupport/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/libnetworking/Makefile.am b/c/src/exec/libnetworking/Makefile.am index 8cd13a099b..ceb8e92c91 100644 --- a/c/src/exec/libnetworking/Makefile.am +++ b/c/src/exec/libnetworking/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/librpc/include/rpc/Makefile.am b/c/src/exec/librpc/include/rpc/Makefile.am index 2b89842fd7..a4753a7ba5 100644 --- a/c/src/exec/librpc/include/rpc/Makefile.am +++ b/c/src/exec/librpc/include/rpc/Makefile.am @@ -1,6 +1,6 @@ -# -# $Id$ -# +## +## $Id$ +## AUTOMAKE_OPTIONS = foreign 1.4 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 diff --git a/c/src/exec/rtems/Makefile.am b/c/src/exec/rtems/Makefile.am index 514704c3f0..242daede4e 100644 --- a/c/src/exec/rtems/Makefile.am +++ b/c/src/exec/rtems/Makefile.am @@ -1,6 +1,6 @@ -# -# $Id$ -# +## +## $Id$ +## AUTOMAKE_OPTIONS = foreign 1.4 diff --git a/c/src/exec/rtems/include/Makefile.am b/c/src/exec/rtems/include/Makefile.am index c95fb45d7c..11a9596ea1 100644 --- a/c/src/exec/rtems/include/Makefile.am +++ b/c/src/exec/rtems/include/Makefile.am @@ -1,6 +1,6 @@ -# -# $Id$ -# +## +## $Id$ +## AUTOMAKE_OPTIONS = foreign 1.4 diff --git a/c/src/exec/rtems/include/rtems/Makefile.am b/c/src/exec/rtems/include/rtems/Makefile.am index 2bbc7201fa..0c97211587 100644 --- a/c/src/exec/rtems/include/rtems/Makefile.am +++ b/c/src/exec/rtems/include/rtems/Makefile.am @@ -1,6 +1,6 @@ -# -# $Id$ -# +## +## $Id$ +## AUTOMAKE_OPTIONS = foreign 1.4 diff --git a/c/src/exec/rtems/include/rtems/rtems/Makefile.am b/c/src/exec/rtems/include/rtems/rtems/Makefile.am index 830262b57a..94667686bd 100644 --- a/c/src/exec/rtems/include/rtems/rtems/Makefile.am +++ b/c/src/exec/rtems/include/rtems/rtems/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 = eventmp.h mp.h msgmp.h partmp.h regionmp.h semmp.h \ signalmp.h taskmp.h MP_H_PIECES = $(MP_H_PIECES_$(HAS_MP)_V) diff --git a/c/src/exec/rtems/inline/Makefile.am b/c/src/exec/rtems/inline/Makefile.am index 2bbc7201fa..0c97211587 100644 --- a/c/src/exec/rtems/inline/Makefile.am +++ b/c/src/exec/rtems/inline/Makefile.am @@ -1,6 +1,6 @@ -# -# $Id$ -# +## +## $Id$ +## AUTOMAKE_OPTIONS = foreign 1.4 diff --git a/c/src/exec/rtems/inline/rtems/Makefile.am b/c/src/exec/rtems/inline/rtems/Makefile.am index 2bbc7201fa..0c97211587 100644 --- a/c/src/exec/rtems/inline/rtems/Makefile.am +++ b/c/src/exec/rtems/inline/rtems/Makefile.am @@ -1,6 +1,6 @@ -# -# $Id$ -# +## +## $Id$ +## AUTOMAKE_OPTIONS = foreign 1.4 diff --git a/c/src/exec/rtems/inline/rtems/rtems/Makefile.am b/c/src/exec/rtems/inline/rtems/rtems/Makefile.am index 603f86f49e..b028bc6f39 100644 --- a/c/src/exec/rtems/inline/rtems/rtems/Makefile.am +++ b/c/src/exec/rtems/inline/rtems/rtems/Makefile.am @@ -1,6 +1,6 @@ -# -# $Id$ -# +## +## $Id$ +## AUTOMAKE_OPTIONS = foreign 1.4 diff --git a/c/src/exec/rtems/macros/Makefile.am b/c/src/exec/rtems/macros/Makefile.am index 2bbc7201fa..0c97211587 100644 --- a/c/src/exec/rtems/macros/Makefile.am +++ b/c/src/exec/rtems/macros/Makefile.am @@ -1,6 +1,6 @@ -# -# $Id$ -# +## +## $Id$ +## AUTOMAKE_OPTIONS = foreign 1.4 diff --git a/c/src/exec/rtems/macros/rtems/Makefile.am b/c/src/exec/rtems/macros/rtems/Makefile.am index 2bbc7201fa..0c97211587 100644 --- a/c/src/exec/rtems/macros/rtems/Makefile.am +++ b/c/src/exec/rtems/macros/rtems/Makefile.am @@ -1,6 +1,6 @@ -# -# $Id$ -# +## +## $Id$ +## AUTOMAKE_OPTIONS = foreign 1.4 diff --git a/c/src/exec/rtems/macros/rtems/rtems/Makefile.am b/c/src/exec/rtems/macros/rtems/rtems/Makefile.am index 9cc8e6d810..140cb794d6 100644 --- a/c/src/exec/rtems/macros/rtems/rtems/Makefile.am +++ b/c/src/exec/rtems/macros/rtems/rtems/Makefile.am @@ -1,6 +1,6 @@ -# -# $Id$ -# +## +## $Id$ +## AUTOMAKE_OPTIONS = foreign 1.4 diff --git a/c/src/exec/sapi/Makefile.am b/c/src/exec/sapi/Makefile.am index 514704c3f0..242daede4e 100644 --- a/c/src/exec/sapi/Makefile.am +++ b/c/src/exec/sapi/Makefile.am @@ -1,6 +1,6 @@ -# -# $Id$ -# +## +## $Id$ +## AUTOMAKE_OPTIONS = foreign 1.4 diff --git a/c/src/exec/sapi/include/Makefile.am b/c/src/exec/sapi/include/Makefile.am index 38d8c97eb6..51835ffd51 100644 --- a/c/src/exec/sapi/include/Makefile.am +++ b/c/src/exec/sapi/include/Makefile.am @@ -1,6 +1,6 @@ -# -# $Id$ -# +## +## $Id$ +## AUTOMAKE_OPTIONS = foreign 1.4 diff --git a/c/src/exec/sapi/include/rtems/Makefile.am b/c/src/exec/sapi/include/rtems/Makefile.am index d2ca92c404..d7f9dc5f8c 100644 --- a/c/src/exec/sapi/include/rtems/Makefile.am +++ b/c/src/exec/sapi/include/rtems/Makefile.am @@ -1,6 +1,6 @@ -# -# $Id$ -# +## +## $Id$ +## AUTOMAKE_OPTIONS = foreign 1.4 diff --git a/c/src/exec/sapi/inline/Makefile.am b/c/src/exec/sapi/inline/Makefile.am index 2bbc7201fa..0c97211587 100644 --- a/c/src/exec/sapi/inline/Makefile.am +++ b/c/src/exec/sapi/inline/Makefile.am @@ -1,6 +1,6 @@ -# -# $Id$ -# +## +## $Id$ +## AUTOMAKE_OPTIONS = foreign 1.4 diff --git a/c/src/exec/sapi/inline/rtems/Makefile.am b/c/src/exec/sapi/inline/rtems/Makefile.am index cf10d94060..8861489f1a 100644 --- a/c/src/exec/sapi/inline/rtems/Makefile.am +++ b/c/src/exec/sapi/inline/rtems/Makefile.am @@ -1,6 +1,6 @@ -# -# $Id$ -# +## +## $Id$ +## AUTOMAKE_OPTIONS = foreign 1.4 diff --git a/c/src/exec/sapi/macros/Makefile.am b/c/src/exec/sapi/macros/Makefile.am index 2bbc7201fa..0c97211587 100644 --- a/c/src/exec/sapi/macros/Makefile.am +++ b/c/src/exec/sapi/macros/Makefile.am @@ -1,6 +1,6 @@ -# -# $Id$ -# +## +## $Id$ +## AUTOMAKE_OPTIONS = foreign 1.4 diff --git a/c/src/exec/sapi/macros/rtems/Makefile.am b/c/src/exec/sapi/macros/rtems/Makefile.am index 761fac6c2e..f888f6db5a 100644 --- a/c/src/exec/sapi/macros/rtems/Makefile.am +++ b/c/src/exec/sapi/macros/rtems/Makefile.am @@ -1,6 +1,6 @@ -# -# $Id$ -# +## +## $Id$ +## AUTOMAKE_OPTIONS = foreign 1.4 diff --git a/c/src/exec/score/Makefile.am b/c/src/exec/score/Makefile.am index f20dd9bdb7..411e001881 100644 --- a/c/src/exec/score/Makefile.am +++ b/c/src/exec/score/Makefile.am @@ -1,6 +1,6 @@ -# -# $Id$ -# +## +## $Id$ +## AUTOMAKE_OPTIONS = foreign 1.4 diff --git a/c/src/exec/score/include/Makefile.am b/c/src/exec/score/include/Makefile.am index 2bbc7201fa..0c97211587 100644 --- a/c/src/exec/score/include/Makefile.am +++ b/c/src/exec/score/include/Makefile.am @@ -1,6 +1,6 @@ -# -# $Id$ -# +## +## $Id$ +## AUTOMAKE_OPTIONS = foreign 1.4 diff --git a/c/src/exec/score/include/rtems/Makefile.am b/c/src/exec/score/include/rtems/Makefile.am index 952f98a5eb..b6ed4206e8 100644 --- a/c/src/exec/score/include/rtems/Makefile.am +++ b/c/src/exec/score/include/rtems/Makefile.am @@ -1,6 +1,6 @@ -# -# $Id$ -# +## +## $Id$ +## AUTOMAKE_OPTIONS = foreign 1.4 diff --git a/c/src/exec/score/inline/Makefile.am b/c/src/exec/score/inline/Makefile.am index 2bbc7201fa..0c97211587 100644 --- a/c/src/exec/score/inline/Makefile.am +++ b/c/src/exec/score/inline/Makefile.am @@ -1,6 +1,6 @@ -# -# $Id$ -# +## +## $Id$ +## AUTOMAKE_OPTIONS = foreign 1.4 diff --git a/c/src/exec/score/inline/rtems/Makefile.am b/c/src/exec/score/inline/rtems/Makefile.am index 606bb433bf..7a6308aaf5 100644 --- a/c/src/exec/score/inline/rtems/Makefile.am +++ b/c/src/exec/score/inline/rtems/Makefile.am @@ -1,6 +1,6 @@ -# -# $Id$ -# +## +## $Id$ +## AUTOMAKE_OPTIONS = foreign 1.4 diff --git a/c/src/exec/score/inline/rtems/score/Makefile.am b/c/src/exec/score/inline/rtems/score/Makefile.am index 94e97a22e1..61a34527dc 100644 --- a/c/src/exec/score/inline/rtems/score/Makefile.am +++ b/c/src/exec/score/inline/rtems/score/Makefile.am @@ -1,11 +1,11 @@ -# -# $Id$ -# +## +## $Id$ +## AUTOMAKE_OPTIONS = foreign 1.4 if INLINE -# We only build multiprocessing related files if HAS_MP was defined +## We only build multiprocessing related files if HAS_MP was defined MP_I_PIECES_yes_V = mppkt.inl objectmp.inl threadmp.inl MP_I_PIECES = $(MP_I_PIECES_$(HAS_MP)_V) diff --git a/c/src/exec/score/macros/Makefile.am b/c/src/exec/score/macros/Makefile.am index 819d2a246b..f60df4f6b8 100644 --- a/c/src/exec/score/macros/Makefile.am +++ b/c/src/exec/score/macros/Makefile.am @@ -1,6 +1,6 @@ -# -# $Id$ -# +## +## $Id$ +## AUTOMAKE_OPTIONS = foreign 1.4 diff --git a/c/src/exec/score/macros/rtems/Makefile.am b/c/src/exec/score/macros/rtems/Makefile.am index 606bb433bf..7a6308aaf5 100644 --- a/c/src/exec/score/macros/rtems/Makefile.am +++ b/c/src/exec/score/macros/rtems/Makefile.am @@ -1,6 +1,6 @@ -# -# $Id$ -# +## +## $Id$ +## AUTOMAKE_OPTIONS = foreign 1.4 diff --git a/c/src/exec/score/macros/rtems/score/Makefile.am b/c/src/exec/score/macros/rtems/score/Makefile.am index d5b2fe9ae4..fbec0357ac 100644 --- a/c/src/exec/score/macros/rtems/score/Makefile.am +++ b/c/src/exec/score/macros/rtems/score/Makefile.am @@ -1,13 +1,13 @@ -# -# $Id$ -# +## +## $Id$ +## AUTOMAKE_OPTIONS = foreign 1.4 EXTRA_DIST = README if MACROS -# We only build multiprocessing related files if HAS_MP was defined +## We only build multiprocessing related files if HAS_MP was defined MP_I_PIECES_yes_V = mppkt.inl objectmp.inl threadmp.inl MP_I_PIECES = $(MP_I_PIECES_$(HAS_MP)_V) diff --git a/c/src/exec/wrapup/Makefile.am b/c/src/exec/wrapup/Makefile.am index 4d762d62b8..7ffcb8282c 100644 --- a/c/src/exec/wrapup/Makefile.am +++ b/c/src/exec/wrapup/Makefile.am @@ -1,6 +1,6 @@ -# -# $Id$ -# +## +## $Id$ +## AUTOMAKE_OPTIONS = foreign 1.4 -- cgit v1.2.3