summaryrefslogtreecommitdiffstats
path: root/hello
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 /hello
parentAdd micromonitor. (diff)
downloadrtems-examples-28912ca573e0c5819f389fdaacf3d4ee584db1f0.tar.bz2
examples-v2 - Remove CVS Ids (scripted)
Diffstat (limited to 'hello')
-rw-r--r--hello/Makefile4
-rw-r--r--hello/both_hello/Makefile4
-rw-r--r--hello/hello_world_c/Makefile4
-rw-r--r--hello/hello_world_c/test.c2
-rw-r--r--hello/posix_hello_world/Makefile4
5 files changed, 0 insertions, 18 deletions
diff --git a/hello/Makefile b/hello/Makefile
index 316b776..84f7281 100644
--- a/hello/Makefile
+++ b/hello/Makefile
@@ -1,7 +1,3 @@
-#
-# $Id$
-#
-
include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
include $(RTEMS_CUSTOM)
include $(RTEMS_SHARE)/make/directory.cfg
diff --git a/hello/both_hello/Makefile b/hello/both_hello/Makefile
index e9d3ea2..cbc87b8 100644
--- a/hello/both_hello/Makefile
+++ b/hello/both_hello/Makefile
@@ -1,8 +1,4 @@
#
-# $Id$
-#
-
-#
# RTEMS_MAKEFILE_PATH is typically set in an environment variable
#
diff --git a/hello/hello_world_c/Makefile b/hello/hello_world_c/Makefile
index 9fe9919..6956b28 100644
--- a/hello/hello_world_c/Makefile
+++ b/hello/hello_world_c/Makefile
@@ -1,8 +1,4 @@
#
-# $Id$
-#
-
-#
# RTEMS_MAKEFILE_PATH is typically set in an environment variable
#
diff --git a/hello/hello_world_c/test.c b/hello/hello_world_c/test.c
index 3a18c18..67ca6b1 100644
--- a/hello/hello_world_c/test.c
+++ b/hello/hello_world_c/test.c
@@ -1,7 +1,5 @@
/*
* Simple test program -- simplified version of sample test hello.
- *
- * $Id$
*/
#include <bsp.h>
diff --git a/hello/posix_hello_world/Makefile b/hello/posix_hello_world/Makefile
index bc6693f..600818b 100644
--- a/hello/posix_hello_world/Makefile
+++ b/hello/posix_hello_world/Makefile
@@ -1,8 +1,4 @@
#
-# $Id$
-#
-
-#
# RTEMS_MAKEFILE_PATH is typically set in an environment variable
#