Patch: $(wildcard *.c) style globbing

2000-03-10 Thread John Fremlin
This patch adds the ability to use partial $(wildcard *.h) (GNU?) make-style syntax in automake variable declarations. It is useful for projects where the files for each target are are organised in a single directory. Example - banana_SOURCES = fridge.app $(wildcard *.tree) banana_SOUR

Re: [PATCH]: ld/Makefile.am

2000-03-10 Thread Ian Lance Taylor
Date: Fri, 10 Mar 2000 16:52:32 +0100 From: Andreas Schwab <[EMAIL PROTECTED]> |> Executing a shell script does use a bit more memory, but only just |> enough for "/bin/sh" and the name of the script to execute. If that |> is pushing H.J. over the memory limit, then he must have b

Re: [PATCH]: ld/Makefile.am

2000-03-10 Thread H . J . Lu
On Fri, Mar 10, 2000 at 02:11:03PM -0300, Alexandre Oliva wrote: > > Then please explain how come pexecute prints that message. > > I assume you're running on some Unix flavor, probably GNU/Linux, so > the last variant of pexecute is used. The only situation in which Yes. > program (gcc); pro

Re: [PATCH]: ld/Makefile.am

2000-03-10 Thread Alexandre Oliva
On Mar 10, 2000, "H . J . Lu" <[EMAIL PROTECTED]> wrote: > On Fri, Mar 10, 2000 at 01:36:50PM -0300, Alexandre Oliva wrote: >> On Mar 9, 2000, "H . J . Lu" <[EMAIL PROTECTED]> wrote: >> >> > gcc: installation problem, cannot exec >> > `/work/ia64/bin/cygnus/2303/gcc/collect2': Argument list

Re: [PATCH]: ld/Makefile.am

2000-03-10 Thread Alexandre Oliva
On Mar 9, 2000, "H . J . Lu" <[EMAIL PROTECTED]> wrote: > gcc: installation problem, cannot exec > `/work/ia64/bin/cygnus/2303/gcc/collect2': Argument list too long Hey! This comes up long before libtool's ld-new is ever started. It's the gcc

Re: [PATCH]: ld/Makefile.am

2000-03-10 Thread H . J . Lu
On Fri, Mar 10, 2000 at 01:36:50PM -0300, Alexandre Oliva wrote: > On Mar 9, 2000, "H . J . Lu" <[EMAIL PROTECTED]> wrote: > > > gcc: installation problem, cannot exec > > `/work/ia64/bin/cygnus/2303/gcc/collect2': Argument list too long > > >

Re: [PATCH]: ld/Makefile.am

2000-03-10 Thread Andreas Schwab
Ian Lance Taylor <[EMAIL PROTECTED]> writes: |> I'm still surprised by something here. The error message which |> H.J. cites is from libiberty/pexecute.c. That means that the exec |> which should start the shell script is failing. The case is precisely |> identical from the point of view of gc

Re: [PATCH]: ld/Makefile.am

2000-03-10 Thread Ian Lance Taylor
Date: Thu, 9 Mar 2000 23:10:39 +0100 From: Andreas Schwab <[EMAIL PROTECTED]> Ian Lance Taylor <[EMAIL PROTECTED]> writes: |>Date: Thu, 9 Mar 2000 11:50:59 -0800 |>From: "H . J . Lu" <[EMAIL PROTECTED]> |> |>I know this patch doesn't look very clean. But I don't