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: 3.1: Make install fails for libstdc++/multilibs/alternate prefix


On Jun  8, 2002, Daniel Jacobowitz <drow@mvista.com> wrote:

> On Sat, Jun 08, 2002 at 03:04:12PM -0300, Alexandre Oliva wrote:
>> On May 16, 2002, Daniel Jacobowitz <drow@mvista.com> wrote:
>> 
>> > I added "FLAGS_TO_PASS = $(AM_MAKEFLAGS)" and it worked fine, but I'm
>> > not 100% sure those flags are safe to pass during build; they should
>> > be, I think...  Is that a correct change?
>> 
>> I believe so, yes.  Patch pre-approved if this problem hasn't been
>> addressed yet.

> Here's a patch.

Thanks, I've just checked this in.

> 2002-06-08  Daniel Jacobowitz  <drow@mvista.com>

> 	* Makefile.am: Add FLAGS_TO_PASS.
> 	* Makefile.in: Regenerated.

> Index: Makefile.am
> ===================================================================
> RCS file: /cvs/gcc/gcc/libstdc++-v3/Makefile.am,v
> retrieving revision 1.29
> diff -u -p -u -r1.29 Makefile.am
> --- Makefile.am	28 Jan 2002 22:13:02 -0000	1.29
> +++ Makefile.am	8 Jun 2002 23:53:35 -0000
> @@ -145,3 +145,6 @@ AM_MAKEFLAGS = \
>  	"NM_FOR_TARGET=$(NM_FOR_TARGET)" \
>  	"DESTDIR=$(DESTDIR)" \
>  	"WERROR=$(WERROR)" 
> +
> +# Subdir rules rely on $(FLAGS_TO_PASS)
> +FLAGS_TO_PASS = $(AM_MAKEFLAGS)
> Index: Makefile.in
> ===================================================================
> RCS file: /cvs/gcc/gcc/libstdc++-v3/Makefile.in,v
> retrieving revision 1.93.2.3
> diff -u -p -u -r1.93.2.3 Makefile.in
> --- Makefile.in	27 May 2002 15:01:24 -0000	1.93.2.3
> +++ Makefile.in	8 Jun 2002 23:53:38 -0000
> @@ -194,6 +194,9 @@ AM_MAKEFLAGS = \
>  	"DESTDIR=$(DESTDIR)" \
>  	"WERROR=$(WERROR)" 
 
> +# Subdir rules rely on $(FLAGS_TO_PASS)
> +FLAGS_TO_PASS = $(AM_MAKEFLAGS)
> +
>  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
>  CONFIG_HEADER = config.h
>  CONFIG_CLEAN_FILES =  mkcheck testsuite_flags


-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist                Professional serial bug killer


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