From owner-freebsd-hackers Sat Jan 23 06:53:39 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA08489 for freebsd-hackers-outgoing; Sat, 23 Jan 1999 06:53:39 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA08480 for ; Sat, 23 Jan 1999 06:53:32 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 2.10 #1) id 1044Qs-0008hb-00 for hackers@freebsd.org; Sat, 23 Jan 1999 16:53:06 +0200 From: Sheldon Hearn To: hackers@FreeBSD.ORG Subject: Clobbering includes during ``make world'' Date: Sat, 23 Jan 1999 16:53:06 +0200 Message-ID: <33454.917103186@axl.noc.iafrica.com> Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi folks, I'm looking into teaching ``make world'' to clobber _all_ targets, including include files and perl5 modules. This will ease the task of finding stale crap with ``find -ctime''. Dealing with perl5 modules was easy, and I'm confident that there are no adverse side-effects involved. However, I'd like some feedback on whether it's safe to clobber FreeBSD include files. Currently, it looks like most include files are installed with ``install -C''. Are there any reasons why it'd be an incredibly bad idea to use ``install -c'' instead? Thanks, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message