Crikey. Forgot about that. I'll fix it & resubmit. Then Roy can
hopefully verify it all works on his Sun.
Both Sun & IRIX showed the old awk behavior on search expressions.
Thanks for catching this, Ken. I assume the " must turn into ' as per
Ralf's mail, rather than vice versa.
Rodent of Unusual Size wrote:
>
> >From the fingers of Chuck Murcko flowed the following:
> >
> >This is a version of Ken's patch that works with all *NIX I've tried
> >Solaris, IRIX, FreeBSD. The per module message is changes to echo the
> >module being linked into the build, rather than repeating some fixed
> >message over & over.
>
> Nice touch.
>
> >I sure hope this is the last one we need.
>
> I really hate to mention this.. but it's still quoting arguments to
> subordinate makes with ' rather than with ":
>
> >+ default:
> >+ (for dir in \$(MODULES); do \\
> >+ cd \$\$dir; \\
> >+ \$(MAKE) CC=\$(CC) AUX_CFLAGS="\$(MOD_CFLAGS)" RANLIB="\$(RANLIB)";
\\
> >+ cd ..; \\
> >+ done)
>
> The MOD_CFLAGS and RANLIB args need to be quoted with ticks to fix
> the problem Ralf spotted with things like -DSERVER_SUBVERSION.
>
> #ken :-(}
--
chuck
Chuck Murcko
The Topsail Group, West Chester PA USA
chuck@topsail.org
|