From owner-freebsd-stable Sun Jul 13 04:16:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id EAA14947 for stable-outgoing; Sun, 13 Jul 1997 04:16:49 -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 EAA14941 for ; Sun, 13 Jul 1997 04:16:40 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id VAA22753; Sun, 13 Jul 1997 21:15:28 +1000 Date: Sun, 13 Jul 1997 21:15:28 +1000 From: Bruce Evans Message-Id: <199707131115.VAA22753@godzilla.zeta.org.au> To: guido@gvr.win.tue.nl, tom@sdf.com Subject: Re: old "make reinstall" bug Cc: freebsd-stable@FreeBSD.ORG Sender: owner-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >There are more bugs. Building of xinstall during the bootstrap fase in a >make world breaks on pre 2.2.2 systems. The fix is to have a -I../../sys >in the makefile. Also netstat and others are broken because they use -I/sys. >I will fix this soon. The correct fix for the others is to remove -I/sys (so that everything is consistently broken if /usr/include/sys is not installed :-). xinstall and other bootstrap targets require something more, probably src-tree relative -I's in /usr/src/Makefile instead of ${DESTDIR}-relative -I's in /usr/src/Makefile. Bruce