On Sun, 20 Sep 2009 21:10:00 +0200, Christer Solskogen 
<christer.solsko...@gmail.com> wrote:
> Giorgos Keramidas wrote:
>
>>     # rm -fr /usr/obj/usr
>>     # cd /usr/src
>>     # make cleandir ; make cleandir
>>
>
> I've seen serveral placeses that "make cleandir" should be run twice. I
> dont understand why. Could somebody explain?

The first run cleans file sunder $(MAKEOBJDIRPREFIX), or under
`/usr/obj' if MAKEOBJDIRPREFIX is unset.

The second run cleans files in the source tree itself.

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to