Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Nov 2002 14:18:14 +0200
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        Charles Pelletier <fozekizer@attbi.com>, freebsd-questions@FreeBSD.ORG
Subject:   Re: make fails during upgrade, so...
Message-ID:  <20021106121813.GA5654@gray.sea.gr>
In-Reply-To: <20021106070028.GA6574@moo.holy.cow>
References:  <003201c28522$bc540380$32040101@hume> <20021106034102.GK676@gray.sea.gr> <00dd01c28546$4cc5edc0$32040101@hume> <20021106035341.GN676@gray.sea.gr> <20021106070028.GA6574@moo.holy.cow>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2002-11-06 02:00, parv <parv_fm@emailgroups.net> wrote:
> in message <20021106035341.GN676@gray.sea.gr>,
> wrote Giorgos Keramidas thusly...
> >
> > # cd /usr/src/sys/i386/conf
> > # config -d /usr/obj/usr/src/sys/NEWKERNEL NEWKERNEL
> > # cd /usr/obj/usr/src/sys/NEWKERNEL
> > # make depend
> > # make clean
>     ^ ^ ^ ^ ^
> why would one need to run "make clean" after "make depend"?
>
> > # make all
> > # make install

That's a good question.  I was thinking about ommiting this step,
since it's usually optional.  It's there just for the sake of
completeness.

IIRC, the order is not really important as `make clean' will not
delete the .depend files.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021106121813.GA5654>