cvs commit: src Makefile Makefile.inc1

Ruslan Ermilov ru at FreeBSD.org
Tue Nov 15 22:56:10 PST 2005


ru          2005-11-16 06:56:09 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    .                    Makefile Makefile.inc1 
  Log:
  MFC the following:
  
  o Makefile: 1.319, 1,320
  o Makefile.inc1: 1.500, 1.508, 1.509, 1.513, 1.515, 1.517
  
  - Embed the "buildkernels" target into the "universe" target so that
    the "make -n universe" output looks more builder (human) friendly.
  
  - Wrap the "universe" target into a ".if make(universe)"; it's only
    intended to be called directly so it should be safe to do it.
  
  - Make the `distrib-dirs' target official and working properly
    when cross-building (installing).  (This is useful for NFS
    installing world/kernel to another architecture machine.)
  
  - Remove duplicate settings from LIB32MAKE definition.
  - Install lib32 bits using the real install(1) program.
  - clean ${LIB32TMP} in _worldtmp
  - clean ${OBJTREE}/lib32 in _cleanobj
  - ensure that ${WORLDTMP} exists in build32
  
  - Require DESTDIR to be set when cross-installing.
  
  - Force a full Groff upgrade during the build.
  
  Revision   Changes    Path
  1.319.2.1  +12 -13    src/Makefile
  1.499.2.4  +30 -15    src/Makefile.inc1


More information about the cvs-all mailing list