From owner-freebsd-current Sun Aug 17 05:56:31 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id FAA26235 for current-outgoing; Sun, 17 Aug 1997 05:56:31 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id FAA26229 for ; Sun, 17 Aug 1997 05:56:25 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id WAA16866; Sun, 17 Aug 1997 22:47:17 +1000 Date: Sun, 17 Aug 1997 22:47:17 +1000 From: Bruce Evans Message-Id: <199708171247.WAA16866@godzilla.zeta.org.au> To: dima@tejblum.dnttm.rssi.ru, freebsd-current@FreeBSD.ORG Subject: Re: make -DNOCLEAN world Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >-DNOCLEAN now almost useless in make world. 'make bootstrap' clobber >subdirectories in /usr/obj/usr/src/tmp/usr/include, making them symlinks, >and 'make includes' replace the symlinks to directories again. So, almost all >source file rebuilded. Doesn't `install -C' preserve the timestamps? Bruce