Re: Makefile update problem [IRIX make]

2000-06-23 Thread Alexandre Oliva
On Jun 23, 2000, "Lars J. Aas" <[EMAIL PROTECTED]> wrote: > Does anyone have any bright ideas? File a bug report to SGI? :-) -- 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-Uni

Re: Makefile update problem [IRIX make]

2000-06-23 Thread Lars J. Aas
On Thu, Jun 22, 2000 at 08:35:44AM -0700, Tom Tromey wrote: : Lars> Is this a known problem? Any workarounds? Could e.g. make exec : Lars> make after generating the Makefile? : : Believe it or not, I've never seen this reported before. : I think most people who use the Makefile-rebuilding featu

Re: Makefile update problem [IRIX make]

2000-06-22 Thread Tom Tromey
Lars> Is this a known problem? Any workarounds? Could e.g. make exec Lars> make after generating the Makefile? Believe it or not, I've never seen this reported before. I think most people who use the Makefile-rebuilding feature use GNU make, which gets this right. If it can be fixed portably a

Makefile update problem [IRIX make]

2000-06-22 Thread Lars J. Aas
Hi, When Makefile.in files are updated, and IRIX' make updates Makefile in the current directory (the first thing that happens when the directory is entered), it will still continue to use the old Makefile rules for the duration it is in that directory (having the text cached in memory or somet