From owner-freebsd-current Tue Apr 22 10:10:47 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA25560 for current-outgoing; Tue, 22 Apr 1997 10:10:47 -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 KAA25547 for ; Tue, 22 Apr 1997 10:10:40 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id DAA26818; Wed, 23 Apr 1997 03:07:02 +1000 Date: Wed, 23 Apr 1997 03:07:02 +1000 From: Bruce Evans Message-Id: <199704221707.DAA26818@godzilla.zeta.org.au> To: ccsanady@nyx.pr.mcs.net, gibbs@plutotech.com Subject: Re: kernel builds and obj dirs.. Cc: freebsd-current@freebsd.org Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >>Currently, it seems that building a kernel results in some dirs >>being created under /usr/obj. The only offending code seems to >>be the aic7xxx stuff. This is not right, is it? >> >>--Chris Csanady > >The aic7xxx assembler is build in /usr/obj. This is not right, is it? :-) One interesting failure mode is when -C is in ${INSTALL}. Then `make install' will not change the timestamp on the assembler, `make' will keep reinstalling it, and `make -n' will report having to do more than `make' actually does. Bruce