mirror of git://gcc.gnu.org/git/gcc.git
check.tpl: Shell-quote testing file.
2011-05-17 Tristan Gingold <gingold@adacore.com> * check.tpl: Shell-quote testing file. From-SVN: r173815
This commit is contained in:
parent
6528fc5697
commit
067e2f069d
|
@ -1,3 +1,7 @@
|
||||||
|
2011-05-17 Tristan Gingold <gingold@adacore.com>
|
||||||
|
|
||||||
|
* check.tpl: Shell-quote testing file.
|
||||||
|
|
||||||
2011-03-22 Joseph Myers <joseph@codesourcery.com>
|
2011-03-22 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
* mkfixinc.sh: Don't handle i?86-moss-msdos* or i?86-*-pe.
|
* mkfixinc.sh: Don't handle i?86-moss-msdos* or i?86-*-pe.
|
||||||
|
|
|
@ -85,11 +85,8 @@ FOR fix =][=
|
||||||
(get "hackname") )) )
|
(get "hackname") )) )
|
||||||
=][=
|
=][=
|
||||||
ELSE =]
|
ELSE =]
|
||||||
cat >> [=
|
cat >> [= (raw-shell-str (if (exist? "files") (get "files[0]") "testing.h"))
|
||||||
IF (exist? "files") =][=
|
=] <<_HACK_EOF_
|
||||||
files[0] =][=
|
|
||||||
ELSE =]testing.h[=
|
|
||||||
ENDIF =] <<_HACK_EOF_
|
|
||||||
|
|
||||||
|
|
||||||
#if defined( [=(. HACK)=]_CHECK )
|
#if defined( [=(. HACK)=]_CHECK )
|
||||||
|
|
Loading…
Reference in New Issue