Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Apr 2008 02:07:33 GMT
From:      Lawrence Mayer <lawmay3@i12.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/123155: [patch] src/Makefile.inc1 bug: remove obsolete -g from SUPFLAGS
Message-ID:  <200804280207.m3S27X5R030697@www.freebsd.org>
Resent-Message-ID: <200804280210.m3S2A22b001479@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         123155
>Category:       misc
>Synopsis:       [patch] src/Makefile.inc1 bug: remove obsolete -g from SUPFLAGS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 28 02:10:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Lawrence Mayer
>Release:        n/a
>Organization:
>Environment:
>Description:
Patch attached which fixes bug in src/Makefile.inc1. Patch removes obsolete -g flag from default definition of SUPFLAGS. -g flag was for cvsup but is not supported by csup. (Note default value of SUP = /usr/bin/csup.)
>How-To-Repeat:

>Fix:
Apply attached patch to src/Makefile.inc1 Revision 1.603 <http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/src/Makefile.inc1?rev=1.603;content-type=text%2Fplain>;

Patch attached with submission follows:

--- Makefile.inc1_1.603.txt	2008-04-27 18:37:31.583291200 -0700
+++ Makefile.inc1_1.604.txt	2008-04-27 18:40:08.769313600 -0700
@@ -87,7 +87,7 @@
 CVS?=		cvs
 CVSFLAGS?=	-A -P -d -I!
 SUP?=		/usr/bin/csup
-SUPFLAGS?=	-g -L 2
+SUPFLAGS?=	-L 2
 .if defined(SUPHOST)
 SUPFLAGS+=	-h ${SUPHOST}
 .endif


>Release-Note:
>Audit-Trail:
>Unformatted:



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