Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/ifconfig Apparently, -g belongs in the DBG variable, no...



details:   https://anonhg.NetBSD.org/src/rev/535b9ba53d69
branches:  trunk
changeset: 755986:535b9ba53d69
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Thu Jul 01 16:28:21 2010 +0000

description:
Apparently, -g belongs in the DBG variable, not in CFLAGS.  Make it so
on a line that is commented-out in this makefile.

diffstat:

 sbin/ifconfig/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a01ee2d5146c -r 535b9ba53d69 sbin/ifconfig/Makefile
--- a/sbin/ifconfig/Makefile    Thu Jul 01 16:12:23 2010 +0000
+++ b/sbin/ifconfig/Makefile    Thu Jul 01 16:28:21 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.46 2009/09/16 15:08:29 tsutsui Exp $
+#      $NetBSD: Makefile,v 1.47 2010/07/01 16:28:21 dyoung Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/5/93
 
 # when making a change to this file, please check if the change is
@@ -9,7 +9,7 @@
 
 MAN=   ifconfig.8
 
-#CFLAGS+=-g
+#DBG+=-g
 SRCS= af_atalk.c af_iso.c af_link.c carp.c
 .if (${USE_INET6} != "no")
 CPPFLAGS+=     -DINET6



Home | Main Index | Thread Index | Old Index