summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsépius <ralf.corsepius@rtems.org>2012-05-04 08:54:41 +0200
committerRalf Corsépius <ralf.corsepius@rtems.org>2012-05-04 09:36:24 +0200
commit84b019056499f2e29578fba6fa8495b1bfe75606 (patch)
tree067f54ff05388298d8a7c1bc93a3e3f1a540b642
parentRemove CVS-Ids. (diff)
downloadrtems-84b019056499f2e29578fba6fa8495b1bfe75606.tar.bz2
Remove CVS-Ids.
-rw-r--r--testsuites/psxtmtests/Makefile.am4
-rw-r--r--testsuites/psxtmtests/configure.ac2
-rw-r--r--testsuites/psxtmtests/psxtmbarrier01/Makefile.am5
-rw-r--r--testsuites/psxtmtests/psxtmbarrier02/Makefile.am5
-rw-r--r--testsuites/psxtmtests/psxtmbarrier03/Makefile.am5
-rw-r--r--testsuites/psxtmtests/psxtmkey01/Makefile.am5
-rw-r--r--testsuites/psxtmtests/psxtmkey02/Makefile.am5
-rw-r--r--testsuites/psxtmtests/psxtmmq01/Makefile.am5
-rw-r--r--testsuites/psxtmtests/psxtmmutex01/Makefile.am5
-rw-r--r--testsuites/psxtmtests/psxtmmutex02/Makefile.am5
-rw-r--r--testsuites/psxtmtests/psxtmmutex03/Makefile.am5
-rw-r--r--testsuites/psxtmtests/psxtmmutex04/Makefile.am5
-rw-r--r--testsuites/psxtmtests/psxtmmutex05/Makefile.am5
-rw-r--r--testsuites/psxtmtests/psxtmmutex06/Makefile.am5
-rw-r--r--testsuites/psxtmtests/psxtmmutex07/Makefile.am5
-rw-r--r--testsuites/psxtmtests/psxtmnanosleep01/Makefile.am5
-rw-r--r--testsuites/psxtmtests/psxtmnanosleep02/Makefile.am5
-rw-r--r--testsuites/psxtmtests/psxtmrwlock01/Makefile.am5
-rw-r--r--testsuites/psxtmtests/psxtmrwlock02/Makefile.am5
-rw-r--r--testsuites/psxtmtests/psxtmrwlock03/Makefile.am5
-rw-r--r--testsuites/psxtmtests/psxtmrwlock04/Makefile.am5
-rw-r--r--testsuites/psxtmtests/psxtmrwlock05/Makefile.am5
-rw-r--r--testsuites/psxtmtests/psxtmrwlock06/Makefile.am5
-rw-r--r--testsuites/psxtmtests/psxtmrwlock07/Makefile.am5
-rw-r--r--testsuites/psxtmtests/psxtmsem01/Makefile.am5
-rw-r--r--testsuites/psxtmtests/psxtmsem02/Makefile.am5
-rw-r--r--testsuites/psxtmtests/psxtmsem03/Makefile.am5
-rw-r--r--testsuites/psxtmtests/psxtmsem04/Makefile.am5
-rw-r--r--testsuites/psxtmtests/psxtmsem05/Makefile.am5
-rw-r--r--testsuites/psxtmtests/psxtmsleep01/Makefile.am5
-rw-r--r--testsuites/psxtmtests/psxtmsleep02/Makefile.am5
-rw-r--r--testsuites/psxtmtests/psxtmthread01/Makefile.am5
-rw-r--r--testsuites/psxtmtests/psxtmthread03/Makefile.am5
33 files changed, 0 insertions, 161 deletions
diff --git a/testsuites/psxtmtests/Makefile.am b/testsuites/psxtmtests/Makefile.am
index b334af3046..72340ab0c7 100644
--- a/testsuites/psxtmtests/Makefile.am
+++ b/testsuites/psxtmtests/Makefile.am
@@ -1,7 +1,3 @@
-##
-## $Id$
-##
-
ACLOCAL_AMFLAGS = -I ../aclocal
SUBDIRS =
diff --git a/testsuites/psxtmtests/configure.ac b/testsuites/psxtmtests/configure.ac
index a92df19164..1bd34d8032 100644
--- a/testsuites/psxtmtests/configure.ac
+++ b/testsuites/psxtmtests/configure.ac
@@ -1,6 +1,4 @@
## Process this file with autoconf to produce a configure script.
-##
-## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-tests-psxtmtests],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
diff --git a/testsuites/psxtmtests/psxtmbarrier01/Makefile.am b/testsuites/psxtmtests/psxtmbarrier01/Makefile.am
index b9b17a3b83..0c700968a0 100644
--- a/testsuites/psxtmtests/psxtmbarrier01/Makefile.am
+++ b/testsuites/psxtmtests/psxtmbarrier01/Makefile.am
@@ -1,8 +1,3 @@
-##
-## $Id$
-##
-
-
rtems_tests_PROGRAMS = psxtmbarrier01
psxtmbarrier01_SOURCES = init.c ../../tmtests/include/timesys.h \
../../support/src/tmtests_empty_function.c \
diff --git a/testsuites/psxtmtests/psxtmbarrier02/Makefile.am b/testsuites/psxtmtests/psxtmbarrier02/Makefile.am
index 124f2aca4e..1b87c3e0ee 100644
--- a/testsuites/psxtmtests/psxtmbarrier02/Makefile.am
+++ b/testsuites/psxtmtests/psxtmbarrier02/Makefile.am
@@ -1,8 +1,3 @@
-##
-## $Id$
-##
-
-
rtems_tests_PROGRAMS = psxtmbarrier02
psxtmbarrier02_SOURCES = init.c ../../tmtests/include/timesys.h \
../../support/src/tmtests_empty_function.c \
diff --git a/testsuites/psxtmtests/psxtmbarrier03/Makefile.am b/testsuites/psxtmtests/psxtmbarrier03/Makefile.am
index eaec3427eb..160930c6b4 100644
--- a/testsuites/psxtmtests/psxtmbarrier03/Makefile.am
+++ b/testsuites/psxtmtests/psxtmbarrier03/Makefile.am
@@ -1,8 +1,3 @@
-##
-## $Id$
-##
-
-
rtems_tests_PROGRAMS = psxtmbarrier03
psxtmbarrier03_SOURCES = init.c ../../tmtests/include/timesys.h \
../../support/src/tmtests_empty_function.c \
diff --git a/testsuites/psxtmtests/psxtmkey01/Makefile.am b/testsuites/psxtmtests/psxtmkey01/Makefile.am
index dbe684de23..863344a256 100644
--- a/testsuites/psxtmtests/psxtmkey01/Makefile.am
+++ b/testsuites/psxtmtests/psxtmkey01/Makefile.am
@@ -1,8 +1,3 @@
-##
-## $Id$
-##
-
-
rtems_tests_PROGRAMS = psxtmkey01
psxtmkey01_SOURCES = init.c ../../tmtests/include/timesys.h \
../../support/src/tmtests_empty_function.c \
diff --git a/testsuites/psxtmtests/psxtmkey02/Makefile.am b/testsuites/psxtmtests/psxtmkey02/Makefile.am
index 80645c5e36..4968220726 100644
--- a/testsuites/psxtmtests/psxtmkey02/Makefile.am
+++ b/testsuites/psxtmtests/psxtmkey02/Makefile.am
@@ -1,8 +1,3 @@
-##
-## $Id$
-##
-
-
rtems_tests_PROGRAMS = psxtmkey02
psxtmkey02_SOURCES = init.c ../../tmtests/include/timesys.h \
../../support/src/tmtests_empty_function.c \
diff --git a/testsuites/psxtmtests/psxtmmq01/Makefile.am b/testsuites/psxtmtests/psxtmmq01/Makefile.am
index 703b568fe0..52489e4270 100644
--- a/testsuites/psxtmtests/psxtmmq01/Makefile.am
+++ b/testsuites/psxtmtests/psxtmmq01/Makefile.am
@@ -1,8 +1,3 @@
-##
-## $Id$
-##
-
-
rtems_tests_PROGRAMS = psxtmmq01
psxtmmq01_SOURCES = init.c
psxtmmq01_SOURCES += ../../tmtests/include/timesys.h
diff --git a/testsuites/psxtmtests/psxtmmutex01/Makefile.am b/testsuites/psxtmtests/psxtmmutex01/Makefile.am
index 31b53ea252..13ce07176d 100644
--- a/testsuites/psxtmtests/psxtmmutex01/Makefile.am
+++ b/testsuites/psxtmtests/psxtmmutex01/Makefile.am
@@ -1,8 +1,3 @@
-##
-## $Id$
-##
-
-
rtems_tests_PROGRAMS = psxtmmutex01
psxtmmutex01_SOURCES = init.c ../../tmtests/include/timesys.h \
../../support/src/tmtests_empty_function.c \
diff --git a/testsuites/psxtmtests/psxtmmutex02/Makefile.am b/testsuites/psxtmtests/psxtmmutex02/Makefile.am
index b0405cf751..309542267f 100644
--- a/testsuites/psxtmtests/psxtmmutex02/Makefile.am
+++ b/testsuites/psxtmtests/psxtmmutex02/Makefile.am
@@ -1,8 +1,3 @@
-##
-## $Id$
-##
-
-
rtems_tests_PROGRAMS = psxtmmutex02
psxtmmutex02_SOURCES = init.c ../../tmtests/include/timesys.h \
../../support/src/tmtests_empty_function.c \
diff --git a/testsuites/psxtmtests/psxtmmutex03/Makefile.am b/testsuites/psxtmtests/psxtmmutex03/Makefile.am
index 37a2857cb5..979256ca73 100644
--- a/testsuites/psxtmtests/psxtmmutex03/Makefile.am
+++ b/testsuites/psxtmtests/psxtmmutex03/Makefile.am
@@ -1,8 +1,3 @@
-##
-## $Id$
-##
-
-
rtems_tests_PROGRAMS = psxtmmutex03
psxtmmutex03_SOURCES = init.c ../../tmtests/include/timesys.h \
../../support/src/tmtests_empty_function.c \
diff --git a/testsuites/psxtmtests/psxtmmutex04/Makefile.am b/testsuites/psxtmtests/psxtmmutex04/Makefile.am
index d0a9c88205..cf258cd61c 100644
--- a/testsuites/psxtmtests/psxtmmutex04/Makefile.am
+++ b/testsuites/psxtmtests/psxtmmutex04/Makefile.am
@@ -1,8 +1,3 @@
-##
-## $Id$
-##
-
-
rtems_tests_PROGRAMS = psxtmmutex04
psxtmmutex04_SOURCES = init.c ../../tmtests/include/timesys.h \
../../support/src/tmtests_empty_function.c \
diff --git a/testsuites/psxtmtests/psxtmmutex05/Makefile.am b/testsuites/psxtmtests/psxtmmutex05/Makefile.am
index 9afabe24cd..3f5650a9f0 100644
--- a/testsuites/psxtmtests/psxtmmutex05/Makefile.am
+++ b/testsuites/psxtmtests/psxtmmutex05/Makefile.am
@@ -1,8 +1,3 @@
-##
-## $Id$
-##
-
-
rtems_tests_PROGRAMS = psxtmmutex05
psxtmmutex05_SOURCES = init.c ../../tmtests/include/timesys.h \
../../support/src/tmtests_empty_function.c \
diff --git a/testsuites/psxtmtests/psxtmmutex06/Makefile.am b/testsuites/psxtmtests/psxtmmutex06/Makefile.am
index 10e60e16c4..c6b3a909cf 100644
--- a/testsuites/psxtmtests/psxtmmutex06/Makefile.am
+++ b/testsuites/psxtmtests/psxtmmutex06/Makefile.am
@@ -1,8 +1,3 @@
-##
-## $Id$
-##
-
-
rtems_tests_PROGRAMS = psxtmmutex06
psxtmmutex06_SOURCES = init.c ../../tmtests/include/timesys.h \
../../support/src/tmtests_empty_function.c \
diff --git a/testsuites/psxtmtests/psxtmmutex07/Makefile.am b/testsuites/psxtmtests/psxtmmutex07/Makefile.am
index 052a00a8f4..f844e70302 100644
--- a/testsuites/psxtmtests/psxtmmutex07/Makefile.am
+++ b/testsuites/psxtmtests/psxtmmutex07/Makefile.am
@@ -1,8 +1,3 @@
-##
-## $Id$
-##
-
-
rtems_tests_PROGRAMS = psxtmmutex07
psxtmmutex07_SOURCES = init.c ../../tmtests/include/timesys.h \
../../support/src/tmtests_empty_function.c \
diff --git a/testsuites/psxtmtests/psxtmnanosleep01/Makefile.am b/testsuites/psxtmtests/psxtmnanosleep01/Makefile.am
index b69aa3d8a7..645edd1f98 100644
--- a/testsuites/psxtmtests/psxtmnanosleep01/Makefile.am
+++ b/testsuites/psxtmtests/psxtmnanosleep01/Makefile.am
@@ -1,8 +1,3 @@
-##
-## $Id$
-##
-
-
rtems_tests_PROGRAMS = psxtmnanosleep01
psxtmnanosleep01_SOURCES = init.c ../../tmtests/include/timesys.h \
../../support/src/tmtests_empty_function.c \
diff --git a/testsuites/psxtmtests/psxtmnanosleep02/Makefile.am b/testsuites/psxtmtests/psxtmnanosleep02/Makefile.am
index c44d76e4ab..cfcfb3cb3d 100644
--- a/testsuites/psxtmtests/psxtmnanosleep02/Makefile.am
+++ b/testsuites/psxtmtests/psxtmnanosleep02/Makefile.am
@@ -1,8 +1,3 @@
-##
-## $Id$
-##
-
-
rtems_tests_PROGRAMS = psxtmnanosleep02
psxtmnanosleep02_SOURCES = init.c ../../tmtests/include/timesys.h \
../../support/src/tmtests_empty_function.c \
diff --git a/testsuites/psxtmtests/psxtmrwlock01/Makefile.am b/testsuites/psxtmtests/psxtmrwlock01/Makefile.am
index 53cfc98e9d..f20a13b2fa 100644
--- a/testsuites/psxtmtests/psxtmrwlock01/Makefile.am
+++ b/testsuites/psxtmtests/psxtmrwlock01/Makefile.am
@@ -1,8 +1,3 @@
-##
-## $Id$
-##
-
-
rtems_tests_PROGRAMS = psxtmrwlock01
psxtmrwlock01_SOURCES = init.c ../../tmtests/include/timesys.h \
../../support/src/tmtests_empty_function.c \
diff --git a/testsuites/psxtmtests/psxtmrwlock02/Makefile.am b/testsuites/psxtmtests/psxtmrwlock02/Makefile.am
index 60812de84d..c2e62d2a0b 100644
--- a/testsuites/psxtmtests/psxtmrwlock02/Makefile.am
+++ b/testsuites/psxtmtests/psxtmrwlock02/Makefile.am
@@ -1,8 +1,3 @@
-##
-## $Id$
-##
-
-
rtems_tests_PROGRAMS = psxtmrwlock02
psxtmrwlock02_SOURCES = init.c ../../tmtests/include/timesys.h \
../../support/src/tmtests_empty_function.c \
diff --git a/testsuites/psxtmtests/psxtmrwlock03/Makefile.am b/testsuites/psxtmtests/psxtmrwlock03/Makefile.am
index 5b6e84385b..f07db729bc 100644
--- a/testsuites/psxtmtests/psxtmrwlock03/Makefile.am
+++ b/testsuites/psxtmtests/psxtmrwlock03/Makefile.am
@@ -1,8 +1,3 @@
-##
-## $Id$
-##
-
-
rtems_tests_PROGRAMS = psxtmrwlock03
psxtmrwlock03_SOURCES = init.c ../../tmtests/include/timesys.h \
../../support/src/tmtests_empty_function.c \
diff --git a/testsuites/psxtmtests/psxtmrwlock04/Makefile.am b/testsuites/psxtmtests/psxtmrwlock04/Makefile.am
index 4e78c0bfe0..37e9b6f0f1 100644
--- a/testsuites/psxtmtests/psxtmrwlock04/Makefile.am
+++ b/testsuites/psxtmtests/psxtmrwlock04/Makefile.am
@@ -1,8 +1,3 @@
-##
-## $Id$
-##
-
-
rtems_tests_PROGRAMS = psxtmrwlock04
psxtmrwlock04_SOURCES = init.c ../../tmtests/include/timesys.h \
../../support/src/tmtests_empty_function.c \
diff --git a/testsuites/psxtmtests/psxtmrwlock05/Makefile.am b/testsuites/psxtmtests/psxtmrwlock05/Makefile.am
index 77aaf7ce1f..188ac75f4f 100644
--- a/testsuites/psxtmtests/psxtmrwlock05/Makefile.am
+++ b/testsuites/psxtmtests/psxtmrwlock05/Makefile.am
@@ -1,8 +1,3 @@
-##
-## $Id$
-##
-
-
rtems_tests_PROGRAMS = psxtmrwlock05
psxtmrwlock05_SOURCES = init.c ../../tmtests/include/timesys.h \
../../support/src/tmtests_empty_function.c \
diff --git a/testsuites/psxtmtests/psxtmrwlock06/Makefile.am b/testsuites/psxtmtests/psxtmrwlock06/Makefile.am
index eb33adbb76..468ed2ec32 100644
--- a/testsuites/psxtmtests/psxtmrwlock06/Makefile.am
+++ b/testsuites/psxtmtests/psxtmrwlock06/Makefile.am
@@ -1,8 +1,3 @@
-##
-## $Id$
-##
-
-
rtems_tests_PROGRAMS = psxtmrwlock06
psxtmrwlock06_SOURCES = init.c ../../tmtests/include/timesys.h \
../../support/src/tmtests_empty_function.c \
diff --git a/testsuites/psxtmtests/psxtmrwlock07/Makefile.am b/testsuites/psxtmtests/psxtmrwlock07/Makefile.am
index 67789eba59..05ee068ffb 100644
--- a/testsuites/psxtmtests/psxtmrwlock07/Makefile.am
+++ b/testsuites/psxtmtests/psxtmrwlock07/Makefile.am
@@ -1,8 +1,3 @@
-##
-## $Id$
-##
-
-
rtems_tests_PROGRAMS = psxtmrwlock07
psxtmrwlock07_SOURCES = init.c
psxtmrwlock07_SOURCES += ../../tmtests/include/timesys.h
diff --git a/testsuites/psxtmtests/psxtmsem01/Makefile.am b/testsuites/psxtmtests/psxtmsem01/Makefile.am
index 6da44a7d8a..16eca6107f 100644
--- a/testsuites/psxtmtests/psxtmsem01/Makefile.am
+++ b/testsuites/psxtmtests/psxtmsem01/Makefile.am
@@ -1,8 +1,3 @@
-##
-## $Id$
-##
-
-
rtems_tests_PROGRAMS = psxtmsem01
psxtmsem01_SOURCES = init.c ../../tmtests/include/timesys.h \
../../support/src/tmtests_empty_function.c \
diff --git a/testsuites/psxtmtests/psxtmsem02/Makefile.am b/testsuites/psxtmtests/psxtmsem02/Makefile.am
index 4d9f413eb6..782d9b1510 100644
--- a/testsuites/psxtmtests/psxtmsem02/Makefile.am
+++ b/testsuites/psxtmtests/psxtmsem02/Makefile.am
@@ -1,8 +1,3 @@
-##
-## $Id$
-##
-
-
rtems_tests_PROGRAMS = psxtmsem02
psxtmsem02_SOURCES = init.c ../../tmtests/include/timesys.h \
../../support/src/tmtests_empty_function.c \
diff --git a/testsuites/psxtmtests/psxtmsem03/Makefile.am b/testsuites/psxtmtests/psxtmsem03/Makefile.am
index f217bebe14..663f219d78 100644
--- a/testsuites/psxtmtests/psxtmsem03/Makefile.am
+++ b/testsuites/psxtmtests/psxtmsem03/Makefile.am
@@ -1,8 +1,3 @@
-##
-## $Id$
-##
-
-
rtems_tests_PROGRAMS = psxtmsem03
psxtmsem03_SOURCES = init.c ../../tmtests/include/timesys.h \
../../support/src/tmtests_empty_function.c \
diff --git a/testsuites/psxtmtests/psxtmsem04/Makefile.am b/testsuites/psxtmtests/psxtmsem04/Makefile.am
index 84d770ab07..28e440ff67 100644
--- a/testsuites/psxtmtests/psxtmsem04/Makefile.am
+++ b/testsuites/psxtmtests/psxtmsem04/Makefile.am
@@ -1,8 +1,3 @@
-##
-## $Id$
-##
-
-
rtems_tests_PROGRAMS = psxtmsem04
psxtmsem04_SOURCES = init.c ../../tmtests/include/timesys.h \
../../support/src/tmtests_empty_function.c \
diff --git a/testsuites/psxtmtests/psxtmsem05/Makefile.am b/testsuites/psxtmtests/psxtmsem05/Makefile.am
index 68e915dc1b..18548c3e6f 100644
--- a/testsuites/psxtmtests/psxtmsem05/Makefile.am
+++ b/testsuites/psxtmtests/psxtmsem05/Makefile.am
@@ -1,8 +1,3 @@
-##
-## $Id$
-##
-
-
rtems_tests_PROGRAMS = psxtmsem05
psxtmsem05_SOURCES = init.c ../../tmtests/include/timesys.h \
../../support/src/tmtests_empty_function.c \
diff --git a/testsuites/psxtmtests/psxtmsleep01/Makefile.am b/testsuites/psxtmtests/psxtmsleep01/Makefile.am
index 1d1ff44256..8a55788c65 100644
--- a/testsuites/psxtmtests/psxtmsleep01/Makefile.am
+++ b/testsuites/psxtmtests/psxtmsleep01/Makefile.am
@@ -1,8 +1,3 @@
-##
-## $Id$
-##
-
-
rtems_tests_PROGRAMS = psxtmsleep01
psxtmsleep01_SOURCES = init.c ../../tmtests/include/timesys.h \
../../support/src/tmtests_empty_function.c \
diff --git a/testsuites/psxtmtests/psxtmsleep02/Makefile.am b/testsuites/psxtmtests/psxtmsleep02/Makefile.am
index 1dd6b97c81..5766ebd9a9 100644
--- a/testsuites/psxtmtests/psxtmsleep02/Makefile.am
+++ b/testsuites/psxtmtests/psxtmsleep02/Makefile.am
@@ -1,8 +1,3 @@
-##
-## $Id$
-##
-
-
rtems_tests_PROGRAMS = psxtmsleep02
psxtmsleep02_SOURCES = init.c ../../tmtests/include/timesys.h \
../../support/src/tmtests_empty_function.c \
diff --git a/testsuites/psxtmtests/psxtmthread01/Makefile.am b/testsuites/psxtmtests/psxtmthread01/Makefile.am
index eb3fc3dc55..7cb5c5695b 100644
--- a/testsuites/psxtmtests/psxtmthread01/Makefile.am
+++ b/testsuites/psxtmtests/psxtmthread01/Makefile.am
@@ -1,8 +1,3 @@
-##
-## $Id$
-##
-
-
rtems_tests_PROGRAMS = psxtmthread01
psxtmthread01_SOURCES = init.c ../../tmtests/include/timesys.h \
../../support/src/tmtests_empty_function.c \
diff --git a/testsuites/psxtmtests/psxtmthread03/Makefile.am b/testsuites/psxtmtests/psxtmthread03/Makefile.am
index cd7680ff31..9b77de2687 100644
--- a/testsuites/psxtmtests/psxtmthread03/Makefile.am
+++ b/testsuites/psxtmtests/psxtmthread03/Makefile.am
@@ -1,8 +1,3 @@
-##
-## $Id$
-##
-
-
rtems_tests_PROGRAMS = psxtmthread03
psxtmthread03_SOURCES = init.c ../../tmtests/include/timesys.h \
../../support/src/tmtests_empty_function.c \