Source-Changes-HG archive

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

[src/trunk]: src/sbin/fsck_v7fs Remove "-g" from CPPFLAGS.



details:   https://anonhg.NetBSD.org/src/rev/c71fbdcdfcc4
branches:  trunk
changeset: 781428:c71fbdcdfcc4
user:      riz <riz%NetBSD.org@localhost>
date:      Wed Sep 05 22:58:53 2012 +0000

description:
Remove "-g" from CPPFLAGS.

diffstat:

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

diffs (18 lines):

diff -r 1fcaff4cbb31 -r c71fbdcdfcc4 sbin/fsck_v7fs/Makefile
--- a/sbin/fsck_v7fs/Makefile   Wed Sep 05 22:40:30 2012 +0000
+++ b/sbin/fsck_v7fs/Makefile   Wed Sep 05 22:58:53 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 2011/06/27 11:52:58 uch Exp $
+#      $NetBSD: Makefile,v 1.2 2012/09/05 22:58:53 riz Exp $
 
 .include <bsd.own.mk>
 
@@ -11,7 +11,7 @@
 
 FSCK=  ${NETBSDSRCDIR}/sbin/fsck
 V7FS=  ${NETBSDSRCDIR}/sys/fs/v7fs
-CPPFLAGS+= -I${FSCK} -I${V7FS} -DV7FS_EI -g
+CPPFLAGS+= -I${FSCK} -I${V7FS} -DV7FS_EI
 .PATH: ${FSCK} ${V7FS}
 
 LDADD+=-lutil



Home | Main Index | Thread Index | Old Index