svn commit: r212138 - head/share/examples/etc
Maxim Konovalov
maxim.konovalov at gmail.com
Thu Sep 2 05:26:44 UTC 2010
Just a short followup: csup(1) actually has '-g' (command line mode,
no graphics) flag for compatibility with cvsup(1) while doesn't
announce it in usage(). We still have "SUPFLAGS=-g -L2" in
src/Makefile.inc1 and perhaps it's time to remove '-g' there too.
On Thu, 2 Sep 2010, 05:07-0000, Maxim Konovalov wrote:
> Author: maxim
> Date: Thu Sep 2 05:07:34 2010
> New Revision: 212138
> URL: http://svn.freebsd.org/changeset/base/212138
>
> Log:
> o csup(1) does not have -g flag. Remove it from the example.
>
> PR: conf/150214
> Submitted by: Li
> MFC after: 1 week
>
> Modified:
> head/share/examples/etc/make.conf
>
> Modified: head/share/examples/etc/make.conf
> ==============================================================================
> --- head/share/examples/etc/make.conf Thu Sep 2 04:56:01 2010 (r212137)
> +++ head/share/examples/etc/make.conf Thu Sep 2 05:07:34 2010 (r212138)
> @@ -180,7 +180,7 @@
> #SUP_UPDATE=
> #
> #SUP= /usr/bin/csup
> -#SUPFLAGS= -g -L 2
> +#SUPFLAGS= -L 2
> #SUPHOST= cvsup.uk.FreeBSD.org
> #SUPFILE= /usr/share/examples/cvsup/standard-supfile
> #PORTSSUPFILE= /usr/share/examples/cvsup/ports-supfile
>
--
Maxim Konovalov
More information about the svn-src-all
mailing list