cvs commit: src Makefile.inc1 src/tools/build Makefile.boot

Warner Losh imp at FreeBSD.org
Sat Apr 5 19:50:30 PST 2003


imp         2003/04/05 19:50:28 PST

  FreeBSD src repository

  Modified files:
    .                    Makefile.inc1 
    tools/build          Makefile.boot 
  Log:
  We can't use ${WORLDTMP}/usr/{include,lib} for the compat layer.  This
  is because we populate these directories later, and a subsequent
  -DNOCLEAN build may fail.  So, we put them in
  ${WORLDTMP}/build/usr/{include,lib} instead and adjust Makefile.boot.
  
  Again, this works on -stable and -current, but might break older
  versions.
  
  Submitted by: ru@
  
  Revision  Changes    Path
  1.333     +24 -2     src/Makefile.inc1
  1.2       +5 -3      src/tools/build/Makefile.boot


More information about the cvs-src mailing list