From owner-freebsd-current Tue Sep 16 01:56:23 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA12518 for current-outgoing; Tue, 16 Sep 1997 01:56:23 -0700 (PDT) Received: from hydrogen.nike.efn.org (resnet.uoregon.edu [128.223.170.28]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA12512 for ; Tue, 16 Sep 1997 01:56:20 -0700 (PDT) Received: (from jmg@localhost) by hydrogen.nike.efn.org (8.8.7/8.8.7) id BAA16621; Tue, 16 Sep 1997 01:56:04 -0700 (PDT) Message-ID: <19970916015603.51039@hydrogen.nike.efn.org> Date: Tue, 16 Sep 1997 01:56:03 -0700 From: John-Mark Gurney To: John-Mark Gurney Cc: Simon Shapiro , freebsd-current@FreeBSD.ORG, Bruce Evans Subject: Re: Make Release Fails... References: <19970916012306.17827@hydrogen.nike.efn.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.69 In-Reply-To: <19970916012306.17827@hydrogen.nike.efn.org>; from John-Mark Gurney on Tue, Sep 16, 1997 at 01:23:06AM -0700 Reply-To: John-Mark Gurney Organization: Cu Networking X-Operating-System: FreeBSD 2.2.1-RELEASE i386 X-PGP-Fingerprint: B7 EC EF F8 AE ED A7 31 96 7A 22 B3 D8 56 36 F4 X-Files: The truth is out there X-URL: http://resnet.uoregon.edu/~gurney_j/ Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk John-Mark Gurney scribbled this message on Sep 16: > Simon Shapiro scribbled this message on Sep 16: > 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: nope... this didn't fix it... looking why the newly build headers aren't being installed while the others are (*.x and some *.h)... ok.. hear we go.. it turns out that src/include/Makefile isn't recursing into the subdirs upon a beforeinstall.. before Bruce explicitately wrapped the recursion to limit it to installhdrs.. but now that we have switched to beforeinstall to install the files it wasn't recursing.. try this patch instead (you don't need the other one, it just takes more time, and makes your build output larger ;) ): how is this one Bruce? I'm testing now, but almost possitive this will fix it... Index: Makefile =================================================================== RCS file: /home/ncvs/src/include/Makefile,v retrieving revision 1.64 diff -c -r1.64 Makefile *** Makefile 1997/09/14 03:32:44 1.64 --- Makefile 1997/09/16 08:49:01 *************** *** 66,72 **** beforeinstall: installhdrs ${SHARED} ! .if make(installhdrs) installhdrs: _SUBDIR .endif installhdrs: --- 66,72 ---- beforeinstall: installhdrs ${SHARED} ! .if make(installhdrs) || make(beforeinstall) installhdrs: _SUBDIR .endif installhdrs: -- John-Mark Gurney Modem/FAX: +1 541 683 6954 Cu Networking Live in Peace, destroy Micro$oft, support free software, run FreeBSD