On (2002/10/15 11:48), Nate Lawson wrote:

> cd /usr/src/gnu/usr.bin/binutils; make cleandir; make depend; make all
> install

Isn't this a bad idea?  First, you may not remove stale object files
from the src tree, and second, you may leave stale .depend files in the
src tree, which will cause you problems later.

I would have thought that this would be better:

        cd /usr/src/gnu/usr.bin/binutils
        make cleandir
        make cleandir
        make obj
        make depend
        make all install

Ciao,
Sheldon.

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

Reply via email to