This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Unreviewed patch


Ralf Wildenhues <Ralf.Wildenhues@gmx.de> writes:

> This:
>
> --- a/libstdc++-v3/testsuite/Makefile.am        Mon Jan 25 10:22:04 2010 +0000
> +++ b/libstdc++-v3/testsuite/Makefile.am        Wed Feb 03 19:26:03 2010 +0100
> @@ -103,6 +103,8 @@
>  
>  # Run the testsuite in normal mode.
>  check-DEJAGNU $(check_DEJAGNU_normal_targets): check-DEJAGNU%: site.exp
> +       AR=$(AR); export AR; \
> +       RANLIB=$(RANLIB); export RANLIB; \
>
> would probably be safer if the $(AR) and $(RANLIB) were enclosed in
> quotes, in case some user uses RANLIB="ranlib -t" or so.

Thanks for pointing this out.  I've made the change and commited, based
on Paolo's approval.

	Rainer

-- 
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]