Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Dec 1998 20:40:13 -0800
From:      "David O'Brien" <obrien@NUXI.com>
To:        Matthew Dillon <dillon@apollo.backplane.com>
Cc:        current@FreeBSD.ORG
Subject:   Re: 'make clean' in /usr/src does not cleanup .o's or shared libs ?
Message-ID:  <19981219204013.B6508@nuxi.com>
In-Reply-To: <199812150915.BAA52668@apollo.backplane.com>; from Matthew Dillon on Tue, Dec 15, 1998 at 01:15:17AM -0800
References:  <199812150906.KAA01672@wurzelausix> <199812150915.BAA52668@apollo.backplane.com>

next in thread | previous in thread | raw e-mail | index | archive | help
>     The object files, .depend files, binaries, synthesized source files, 
>     and other junk residing in /usr/src are typically left-overs from
>     manual builds of various subprograms.  i.e. if I need to
>     recompile/reinstall, say, inetd I usually do:
> 
> 	cd /usr/src/usr.sbin/inetd

make obj    <--- the other piece you are forgetting  ;-)

> 	make 
> 	make install
> 	make clean	<----- the piece I often forget to do

-- 
-- David    (obrien@NUXI.ucdavis.edu  -or-  obrien@FreeBSD.org)

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



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