Date: Tue, 22 Jan 2013 01:10:48 +0000 (UTC) From: Glen Barber <gjb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r245756 - head/share/man/man5 Message-ID: <201301220110.r0M1AmgA034807@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gjb (doc,ports committer) Date: Tue Jan 22 01:10:47 2013 New Revision: 245756 URL: http://svnweb.freebsd.org/changeset/base/245756 Log: - Mark SUP_UPDATE as deprecated in make.conf(5), providing instructions to use SVN_UPDATE or freebsd-update(8). - While here, remove bogus NO_WWWUPDATE. MFC after: 3 days Modified: head/share/man/man5/make.conf.5 Modified: head/share/man/man5/make.conf.5 ============================================================================== --- head/share/man/man5/make.conf.5 Mon Jan 21 23:24:16 2013 (r245755) +++ head/share/man/man5/make.conf.5 Tue Jan 22 01:10:47 2013 (r245756) @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd October 14, 2012 +.Dd January 21, 2013 .Dt MAKE.CONF 5 .Os .Sh NAME @@ -255,10 +255,6 @@ Set this to not update the doc tree duri .Pq Vt bool Set this to not update the ports tree during .Dq Li "make update" . -.It Va NO_WWWUPDATE -.Pq Vt bool -Set this to not update the www tree during -.Dq Li "make update" . .It Va SUP .Pq Vt str The location of the @@ -309,6 +305,11 @@ and .Pa ports trees with .Dq Li "make update" . +This option is deprecated. +Please use +.Va SVN_UPDATE +or +.Xr freebsd-update 8 . .It Va SVN_UPDATE .Pq Vt bool Set this to use
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301220110.r0M1AmgA034807>