Date: Mon, 5 May 2003 05:54:27 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 src/include Makefile Message-ID: <200305051254.h45CsRBi065956@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2003/05/05 05:54:27 PDT FreeBSD src repository Modified files: . Makefile.inc1 include Makefile Log: Install symlinks to individual headers instead of symlinks to directories in the SHARED=symlinks case. Symlinks to directories only work if all the the necessary headers are in 1 directory, but the necessary headers are scattered for at least ipfilter headers in <netinet>. This change also avoids polluting /usr/include with non-headers; the /usr/include hierarchy is now independent of the setting of SHARED. Submitted by: ru (edited to fix netgraph/bluetooth/include and machine/pc) PR: 44148 Revision Changes Path 1.356 +2 -6 src/Makefile.inc1 1.197 +69 -41 src/include/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305051254.h45CsRBi065956>