cvs commit: src Makefile.inc1 src/share/mk bsd.lib.mk bsd.prog.mk

Ruslan Ermilov ru at FreeBSD.org
Sat Nov 19 06:45:46 GMT 2005


ru          2005-11-19 06:45:45 UTC

  FreeBSD src repository

  Modified files:
    .                    Makefile.inc1 
    share/mk             bsd.lib.mk bsd.prog.mk 
  Log:
  Add the NO_INCS knob to bsd.prog.mk and bsd.lib.mk to not include
  bsd.incs.mk, and use it when installing 32-bit compat libraries
  on amd64.  This causes it to *not* overwrite native headers with
  i386 versions, which was the case with <fenv.h> and <vgl.h>.
  
  PR:             amd64/83806
  Prodded by:     bde
  MFC after:      1 week
  
  Revision  Changes    Path
  1.519     +1 -1      src/Makefile.inc1
  1.170     +3 -1      src/share/mk/bsd.lib.mk
  1.145     +3 -1      src/share/mk/bsd.prog.mk


More information about the cvs-src mailing list