Commit 0e692cc0 by Rainer Orth Committed by Rainer Orth

Make-lang.in (check-gnat): Run run_acats with $(SHELL).

	ada:
	* Make-lang.in (check-gnat): Run run_acats with $(SHELL).

	testsuite:
	* ada/acats/run_acats: Use portable variant of "$@".

From-SVN: r110807
parent 75803b85
2006-02-09 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* Make-lang.in (check-gnat): Run run_acats with $(SHELL).
2006-02-06 Roger Sayle <roger@eyesopen.com>
* decl.c (gnat_substitute_in_type): Don't handle CHAR_TYPE.
......
# Top level -*- makefile -*- fragment for GNU Ada (GNAT).
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004, 2005 Free Software Foundation, Inc.
# 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
#This file is part of GCC.
......@@ -822,7 +822,7 @@ ACATSDIR = $(TESTSUITEDIR)/ada/acats
check-gnat:
test -d $(ACATSDIR) || mkdir -p $(ACATSDIR)
testdir=`cd ${srcdir}/${ACATSDIR}; ${PWD_COMMAND}`; \
export testdir; cd $(ACATSDIR); $${testdir}/run_acats $(CHAPTERS)
export testdir; cd $(ACATSDIR); $(SHELL) $${testdir}/run_acats $(CHAPTERS)
.PHONY: check-gnat
......
2006-02-09 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* ada/acats/run_acats: Use portable variant of "$@".
2006-02-09 Gabriel Dos Reis <gdr@integrable-solutions.net>
* g++.old-deja/g++.benjamin/15351-2.C: Likewise.
......@@ -52,4 +52,4 @@ echo exec $host_gnatmake '"$@"' >> host_gnatmake
chmod +x host_gnatmake
exec $testdir/run_all.sh "$@"
exec $testdir/run_all.sh ${1+"$@"}
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