Holger Waechtler wrote:
> 
> On Fri, 17 Sep 1999, Thomas Tanner wrote:
> 
> >
> > On 15-Sep-99 Holger Waechtler wrote:
> > > the fixam script, which enables automatic dependency tracking, if gcc
> and
> > > gnu make are available, is now called automatically from bootstrap.
> >
> >  No, the other way round: fixam disables automatic dependency tracking,
> >  if gcc and gnu make are not available. I decided not to call it from
> bootstrap
> >  because a non-GNU developer you would always overwrite the
> >  default Makefile.am's (AUTOMAKE_OPTIONS commented out) when doing CVS
> checkins.
> >  Could you please undo your change?
> >
> 
> If I understood your script right, it works in both directions, doesn't
> it ?  (I could not test it, since I have no none-gnu compiler - Brian ??)

On IRIX, I get this error:

% make
        cd . \
          && CONFIG_FILES= CONFIG_HEADERS=conf.h \
             /bin/sh ./config.status
creating conf.h
conf.h is unchanged
        make  all-recursive
Making all in include
Making all in GL
        cd .. && automake --gnu include/Makefile
        cd .. \
          && CONFIG_FILES=include/Makefile CONFIG_HEADERS= /bin/sh ./config.status
creating include/Makefile
Making all in src
make: file `Makefile' line 668: Syntax error
*** Error code 1 (bu21)
*** Error code 1 (bu21)
% 

Line 668 is:

DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)


-Brian


_______________________________________________
Mesa-dev maillist  -  [EMAIL PROTECTED]
http://lists.mesa3d.org/mailman/listinfo/mesa-dev

Reply via email to