summaryrefslogtreecommitdiffstats
path: root/empty
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-17 18:13:41 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-17 18:13:41 +0000
commit7dbdc9876422d675e06c4e43d2a186c1c07ecd63 (patch)
treebaf813e082e3acae20c8268f988d5da1b04fb07b /empty
parent2009-09-17 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadada-examples-7dbdc9876422d675e06c4e43d2a186c1c07ecd63.tar.bz2
2009-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.shared, networkconfig-qemu.h, cpuuse/Makefile, empty/Makefile, empty/empty.adb, exception_test2/Makefile, exception_test2/exceptiontest2.adb, exception_test3/Makefile, exception_test3/exceptiontest3.adb, hello_via_task/Makefile, hello_via_task/hello.adb, irq_test_c/Makefile: Make follow standard RTEMS test output format. Add output screens where appropriate. * exception_test2/exception_test2.scn, exception_test3/exception_test3.scn, hello_via_task/hello_via_task.scn: New files.
Diffstat (limited to 'empty')
-rw-r--r--empty/Makefile4
-rw-r--r--empty/empty.adb7
2 files changed, 5 insertions, 6 deletions
diff --git a/empty/Makefile b/empty/Makefile
index be160ba..0906178 100644
--- a/empty/Makefile
+++ b/empty/Makefile
@@ -1,8 +1,10 @@
#
-# Makefile for Ada Dump URL example
+# Makefile for Empty Ada program example
#
# See README.Makefiles in the main ada-examples directory.
#
+# $Id$
+#
PROGRAM=empty
diff --git a/empty/empty.adb b/empty/empty.adb
index b811fe6..67c5404 100644
--- a/empty/empty.adb
+++ b/empty/empty.adb
@@ -1,11 +1,8 @@
--
---
--- 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.
---
-- Null Main Program
--
+-- $Id$
+--
procedure Empty is
begin