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 _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"