Date: Sat, 10 Feb 2007 11:59:04 -0500 From: Craig Rodrigues <rodrigc@crodrigues.org> To: freebsd-current@freebsd.org Subject: Populating /usr/include for make buildworld? Message-ID: <20070210165904.GA58269@crodrigues.org>
next in thread | raw e-mail | index | archive | help
Hi, I am trying to see if I have any outdated files in /usr/include by doing: cd /usr/obj ; rm -r * cd /usr/include ; rm -r * cd /usr/src; make buildworld buildworld is failing in a few places because the installincludes step is not populating /usr/include/zlib.h, /usr/include/zconf.h, or /usr/include/termcap.h What is the correct way to populate /usr/include before buildworld? Thanks. -- Craig Rodrigues rodrigc@crodrigues.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070210165904.GA58269>