misc/123155: [patch] src/Makefile.inc1 bug: remove obsolete -g from
SUPFLAGS
Lawrence Mayer
lawmay3 at i12.com
Mon Apr 28 02:10:02 UTC 2008
>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:
More information about the freebsd-bugs
mailing list