cvs commit: src Makefile.inc1 src/include Makefile

Bruce Evans bde at FreeBSD.org
Mon May 5 05:54:28 PDT 2003


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


More information about the cvs-src mailing list