Commit 5989ebe9 by Arnaud Charlet Committed by Arnaud Charlet

run_all.sh: Add more verbose output in acats.log when compiling tests.

	* ada/acats/run_all.sh: Add more verbose output in acats.log
	when compiling tests.

From-SVN: r75795
parent fdb07791
2004-01-13 Arnaud Charlet <charlet@act-europe.fr>
* ada/acats/run_all.sh: Add more verbose output in acats.log
when compiling tests.
2004-01-12 Zack Weinberg <zack@codesourcery.com> 2004-01-12 Zack Weinberg <zack@codesourcery.com>
PR 13656 PR 13656
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
# gnatflags="-gnatN" # gnatflags="-gnatN"
gccflags="" gccflags=""
gnatflags="-q -gnatws" gnatflags="-gnatws"
target_run () { target_run () {
$* $*
...@@ -52,6 +52,7 @@ target_gnatchop () { ...@@ -52,6 +52,7 @@ target_gnatchop () {
} }
target_gnatmake () { target_gnatmake () {
echo gnatmake --GCC="$GCC" $gnatflags $gccflags $* -largs $EXTERNAL_OBJECTS --GCC="$GCC"
gnatmake --GCC="$GCC" $gnatflags $gccflags $* -largs $EXTERNAL_OBJECTS --GCC="$GCC" gnatmake --GCC="$GCC" $gnatflags $gccflags $* -largs $EXTERNAL_OBJECTS --GCC="$GCC"
} }
...@@ -145,8 +146,8 @@ fi ...@@ -145,8 +146,8 @@ fi
target_gnatchop *.adt >> $dir/acats.log 2>&1 target_gnatchop *.adt >> $dir/acats.log 2>&1
target_gnatmake -c -gnato -gnatE *.ads > /dev/null 2>&1 target_gnatmake -c -gnato -gnatE *.ads >> $dir/acats.log 2>&1
target_gnatmake -c -gnato -gnatE *.adb target_gnatmake -c -gnato -gnatE *.adb >> $dir/acats.log 2>&1
display " done." display " done."
display "" display ""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment