Date: Sun, 11 Oct 1998 08:43:51 +0200 From: Mark Murray <mark@grondar.za> To: Alex <garbanzo@hooked.net> Cc: Alfred <perlsta@fs3.ny.genx.net>, current@FreeBSD.ORG Subject: Re: /usr/include/sys/cam/scsi... Message-ID: <199810110643.IAA22079@gratis.grondar.za> In-Reply-To: Your message of " Sat, 10 Oct 1998 14:07:54 MST." <Pine.BSF.4.00.9810101405490.13820-100000@zippy.dyn.ml.org> References: <Pine.BSF.4.00.9810101405490.13820-100000@zippy.dyn.ml.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Alex wrote: > This kinda piqued my interest, I've been cvsuping and making world, but > I'm still left with a scsi.h, and a bunch of header files in /usr/include > with old datestamps. How can I tell what files should have been cleaned > out? cd /usr/include; find . -type f -ctime +N -delete Where N (in days) is chosen to be a bit longer than the number of days between now and your last "make world". M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.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?199810110643.IAA22079>