On Thu, Feb 21, 2002 at 03:41:46PM -0800, Alfred Perlstein wrote:
> * Luigi Rizzo <[EMAIL PROTECTED]> [020221 15:14] wrote:
> > So, in this thread a few days ago i reported that the
> > list of arguments passed to mkdep can become quite large
> > and exceed kern.argmax, especially if your sources are not in the
...
> > Any better ideas ?
> 
> Yes. :)
> 
>       $(MAKE) -V CFILES -V SYSTEM_CFILES -V |\
>       xargs env MKDEP_CPP="${CC} -E" CC="${CC}" mkdep -a -f .newdep ${CFLAGS}

Nice one, didn't know about the -V option.

Would you like to commit this or should I do it ?

Also, do you know where to look for the same problem in RELENG_4 ?

        cheers
        luigi

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to