Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 May 2010 23:56:26 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/etc Makefile src/etc/periodic/weekly Makefile src/gnu/usr.bin Makefile src/share/man Makefile src/share/mk bsd.own.mk src/usr.bin Makefile src/usr.sbin Makefile
Message-ID:  <201005200001.o4K01947013664@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jkim        2010-05-19 23:56:26 UTC

  FreeBSD src repository

  Modified files:
    etc                  Makefile 
    etc/periodic/weekly  Makefile 
    gnu/usr.bin          Makefile 
    share/man            Makefile 
    share/mk             bsd.own.mk 
    usr.bin              Makefile 
    usr.sbin             Makefile 
  Log:
  SVN rev 208320 on 2010-05-19 23:56:26Z by jkim
  
  Add a new build option, MAN_UTILS.  This option lets you control building
  utilities and related support files for manual pages, which were previously
  controlled by MAN.  For POLA, the default depends on MAN, i.e., WITHOUT_MAN
  implies WITHOUT_MAN_UTILS and WITH_MAN implies WITH_MAN_UTILS.  This patch
  is slightly improved by me from:
  
  PR:             misc/145212
  
  Revision  Changes    Path
  1.382     +1 -1      src/etc/Makefile
  1.12      +1 -1      src/etc/periodic/weekly/Makefile
  1.103     +1 -1      src/gnu/usr.bin/Makefile
  1.20      +2 -0      src/share/man/Makefile
  1.84      +2 -1      src/share/mk/bsd.own.mk
  1.334     +6 -2      src/usr.bin/Makefile
  1.424     +5 -1      src/usr.sbin/Makefile



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