Randy Terbush wrote:
>
>
> Jim,
>
> This totally breaks when compiling with GNU make. Did this break
> something by using the environment?
During my tests on A/UX and FreeBSD this didn't work at all because the
$MAKE was being 'evaled' and $MAKE wasn't being passed.
>
> jim@hyperreal.org writes:
> > jim 98/12/02 17:03:48
> >
> > Modified: src/helpers TestCompile
> > Log:
> > MAKE isn't inherited in the mini-makefile
> >
> > Revision Changes Path
> > 1.21 +1 -1 apache-1.3/src/helpers/TestCompile
> >
> > Index: TestCompile
> > ===================================================================
> > RCS file: /export/home/cvs/apache-1.3/src/helpers/TestCompile,v
> > retrieving revision 1.20
> > retrieving revision 1.21
> > diff -u -r1.20 -r1.21
> > --- TestCompile 1998/12/02 23:52:47 1.20
> > +++ TestCompile 1998/12/03 01:03:46 1.21
> > @@ -143,7 +143,7 @@
> > EOF
> >
> > # Now run that Makefile
> > -eval "$MAKE $TARGET >/dev/null $ERRDIR"
> > +eval "make $TARGET >/dev/null $ERRDIR"
> >
> > # And see if dummy exists and is executable, if so, then we
> > # assume the condition we are testing for is good
> >
> >
> >
>
--
===========================================================================
Jim Jagielski ||| jim@jaguNET.com ||| http://www.jaguNET.com/
"That's no ordinary rabbit... that's the most foul,
cruel and bad-tempered rodent you ever laid eyes on"
|