Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jun 2011 12:28:37 +0000 (UTC)
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src Makefile Makefile.inc1 src/share/examples/etc make.conf src/share/man/man5 make.conf.5 src/share/man/man7 build.7
Message-ID:  <201106161229.p5GCTdip088761@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ru          2011-06-16 12:28:37 UTC

  FreeBSD src repository

  Modified files:
    .                    Makefile Makefile.inc1 
    share/examples/etc   make.conf 
    share/man/man5       make.conf.5 
    share/man/man7       build.7 
  Log:
  SVN rev 223148 on 2011-06-16 12:28:37Z by ru
  
  It's a bit odd, but "make update" in src/ can also update the ports/,
  doc/, and now www/ trees, but only using the "cvsup" transport.
  
  When "make update" is run using a tree's makefile, it can also use
  "cvs" (except for www/) and "svn" (only src/).
  
  Clean up documentation and code regarding "make update":
  
  - Increase oddness by adding support for WWWSUPFILE and NO_WWWUPDATE to
    Makefile.inc1 (analogous to PORTSSUPFILE/NO_PORTSUPDATE and
    DOCSUPFILE/NO_DOCUPDATE; WWWSUPFILE already supported by www/Makefile).
  
  - Document all trees that support CVS_UPDATE.
  
  - Document all trees that support SUP_UPDATE.
  
  - Document SVN_UPDATE.
  
  - Document NO_WWWUPDATE.
  
  - make.conf(5) mistakenly said that *SUPFILE* had defaults.
  
  - Add an example entry for WWWSUPFILE.
  
  Revision  Changes    Path
  1.392     +1 -1      src/Makefile
  1.701     +5 -1      src/Makefile.inc1
  1.287     +1 -0      src/share/examples/etc/make.conf
  1.147     +33 -16    src/share/man/man5/make.conf.5
  1.61      +5 -1      src/share/man/man7/build.7



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106161229.p5GCTdip088761>