summaryrefslogtreecommitdiffstats
path: root/classic_api
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-15 16:18:13 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-15 16:18:13 -0500
commit28912ca573e0c5819f389fdaacf3d4ee584db1f0 (patch)
tree0718614c6425d185a56852682a4eb5d8c6689e06 /classic_api
parentAdd micromonitor. (diff)
downloadrtems-examples-28912ca573e0c5819f389fdaacf3d4ee584db1f0.tar.bz2
examples-v2 - Remove CVS Ids (scripted)
Diffstat (limited to 'classic_api')
-rw-r--r--classic_api/Makefile4
-rw-r--r--classic_api/classic_signal/Makefile4
-rw-r--r--classic_api/classic_signal/test.c2
-rw-r--r--classic_api/triple_period/Makefile4
-rw-r--r--classic_api/triple_period/init.c2
-rw-r--r--classic_api/triple_period/system.h2
-rw-r--r--classic_api/triple_period/tasks.c2
7 files changed, 0 insertions, 20 deletions
diff --git a/classic_api/Makefile b/classic_api/Makefile
index 4e2628e..061cedb 100644
--- a/classic_api/Makefile
+++ b/classic_api/Makefile
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
include $(RTEMS_CUSTOM)
include $(RTEMS_SHARE)/make/directory.cfg
diff --git a/classic_api/classic_signal/Makefile b/classic_api/classic_signal/Makefile
index 04e7107..b150270 100644
--- a/classic_api/classic_signal/Makefile
+++ b/classic_api/classic_signal/Makefile
@@ -1,8 +1,4 @@
#
-# $Id$
-#
-
-#
# RTEMS_MAKEFILE_PATH is typically set in an environment variable
#
diff --git a/classic_api/classic_signal/test.c b/classic_api/classic_signal/test.c
index d75b3cd..098d464 100644
--- a/classic_api/classic_signal/test.c
+++ b/classic_api/classic_signal/test.c
@@ -7,8 +7,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/classic_api/triple_period/Makefile b/classic_api/triple_period/Makefile
index 8abf47f..a0cdfdb 100644
--- a/classic_api/triple_period/Makefile
+++ b/classic_api/triple_period/Makefile
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
PGM=${ARCH}/triple_period.exe
# optional managers required
diff --git a/classic_api/triple_period/init.c b/classic_api/triple_period/init.c
index cd049f9..0b05be6 100644
--- a/classic_api/triple_period/init.c
+++ b/classic_api/triple_period/init.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/* updated for triple test, 2003/11/06, Erik Adli */
diff --git a/classic_api/triple_period/system.h b/classic_api/triple_period/system.h
index ae7fe99..44bc151 100644
--- a/classic_api/triple_period/system.h
+++ b/classic_api/triple_period/system.h
@@ -6,8 +6,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/* updated for triple test, 20003/11/06, Erik Adli */
diff --git a/classic_api/triple_period/tasks.c b/classic_api/triple_period/tasks.c
index 3670e4e..b2aec61 100644
--- a/classic_api/triple_period/tasks.c
+++ b/classic_api/triple_period/tasks.c
@@ -5,8 +5,6 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
- * $Id$
*/
/* updated for triple test, 20003/11/06, Erik Adli */