From owner-freebsd-current Tue Sep 16 02:02:46 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA12959 for current-outgoing; Tue, 16 Sep 1997 02:02:46 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA12954 for ; Tue, 16 Sep 1997 02:02:40 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id SAA25666; Tue, 16 Sep 1997 18:57:18 +1000 Date: Tue, 16 Sep 1997 18:57:18 +1000 From: Bruce Evans Message-Id: <199709160857.SAA25666@godzilla.zeta.org.au> To: gurney_j@efn.org, Shimon@i-Connect.Net Subject: Re: Make Release Fails... Cc: bde@zeta.org.au, freebsd-current@FreeBSD.ORG Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >I believe that this will fix it... right now I'm testing it out myself >and it looks like it got past were it needed it to be: > >I think what happened was that some how rgrimes patches made the cwd be >the source path instead of the objdir path.. so it wasn't finding them >in the local dir, but because the other header files were fixed to do >curdir (for source path) we never noticed... rgrimes broke the `includes' target. One problem is that `installhdrs' (which traverses subdirectories) got replaced by `beforeinstall' (which doesn't), so include/rpcsvc doesn't get installed. This causes various problems. >Bruce, any objections to this fix? Yes, it has nothing to do with the problem. Bruce