summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-17 13:44:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-17 13:44:09 +0000
commite7bec84376b382e5d2740af35e729cfbcf0b07c7 (patch)
tree3dee9f21ecd51cca53ea4f5885d54b6f33f69535
parent2009-09-17 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadada-examples-e7bec84376b382e5d2740af35e729cfbcf0b07c7.tar.bz2
2009-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.shared, hello_via_task/.cvsignore: Update or add .cvsignore. * empty/.cvsignore, exception_test2/.cvsignore, exception_test3/.cvsignore: New files.
-rw-r--r--ChangeLog6
-rw-r--r--Makefile.shared2
-rw-r--r--empty/.cvsignore7
-rw-r--r--exception_test2/.cvsignore7
-rw-r--r--exception_test3/.cvsignore7
-rw-r--r--hello_via_task/.cvsignore4
6 files changed, 31 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 7726c53..3d3712d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * Makefile.shared, hello_via_task/.cvsignore: Update or add .cvsignore.
+ * empty/.cvsignore, exception_test2/.cvsignore,
+ exception_test3/.cvsignore: New files.
+
2009-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile: Add shell test.
diff --git a/Makefile.shared b/Makefile.shared
index d080b1f..5cf8f9b 100644
--- a/Makefile.shared
+++ b/Makefile.shared
@@ -49,7 +49,7 @@ joel:
$(CC) -mcpu=403 -print-multi-directory
$(PROGRAM).exe: rtems_init.o $(FILESYSTEM_OBJS) $(EXTRA_OBJS)
- $(AS:as=gnatmake) -g -v $(EXTRA_GNATFLAGS) \
+ $(AS:as=gnatmake) $(RTS) -g -v $(EXTRA_GNATFLAGS) \
-I$(RTEMS_MAKEFILE_PATH)/lib/include/adainclude \
-O -gnata -gnatE -gnato -g $(PROGRAM) -o $(@) \
-bargs -Mgnat_main \
diff --git a/empty/.cvsignore b/empty/.cvsignore
new file mode 100644
index 0000000..450e8f4
--- /dev/null
+++ b/empty/.cvsignore
@@ -0,0 +1,7 @@
+.cvsignore
+b~empty.adb
+b~empty.ads
+b~empty.ali
+empty.ali
+empty.exe.bin
+empty.exe.bt
diff --git a/exception_test2/.cvsignore b/exception_test2/.cvsignore
new file mode 100644
index 0000000..12ad3f9
--- /dev/null
+++ b/exception_test2/.cvsignore
@@ -0,0 +1,7 @@
+.cvsignore
+b~exceptiontest2.adb
+b~exceptiontest2.ads
+b~exceptiontest2.ali
+exceptiontest2.ali
+exceptiontest2.exe.bin
+exceptiontest2.exe.bt
diff --git a/exception_test3/.cvsignore b/exception_test3/.cvsignore
new file mode 100644
index 0000000..c60b4cd
--- /dev/null
+++ b/exception_test3/.cvsignore
@@ -0,0 +1,7 @@
+.cvsignore
+b~exceptiontest3.adb
+b~exceptiontest3.ads
+b~exceptiontest3.ali
+exceptiontest3.ali
+exceptiontest3.exe.bin
+exceptiontest3.exe.bt
diff --git a/hello_via_task/.cvsignore b/hello_via_task/.cvsignore
index cf1b678..157eaa2 100644
--- a/hello_via_task/.cvsignore
+++ b/hello_via_task/.cvsignore
@@ -1,5 +1,7 @@
b~hello.adb
b~hello.ads
b~hello.ali
-hello
hello.ali
+hello.exe.bin
+hello.exe.bt
+.cvsignore