Date: Mon, 14 Jul 1997 21:47:02 +1000 From: Bruce Evans <bde@zeta.org.au> To: freebsd-current@FreeBSD.ORG, roberto@keltia.freenix.fr Subject: Re: Make world broken Message-ID: <199707141147.VAA05203@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
>I think that removing "-I/sys" from CFLAGS is probably a good idea but one >must replace it by something which works like "-I{.CURDIR}/../../sys" >because after Guido's change, one cannot "make world"... > >---------------------------- >revision 1.4 >date: 1997/07/13 11:51:42; author: guido; state: Exp; lines: +0 -1 >Remove -I/sys >---------------------------- > >cc -O -pipe -c /src/src/usr.sbin/pstat/pstat.c >/src/src/usr.sbin/pstat/pstat.c:55: miscfs/union/union.h: No such file or directory This is because not all the headers in sys are installed (yet). Bruce
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199707141147.VAA05203>