Module Name:    src
Committed By:   riz
Date:           Wed Sep  5 23:01:42 UTC 2012

Modified Files:
        src/sbin/newfs_v7fs: Makefile

Log Message:
Remove -g from CPPFLAGS.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sbin/newfs_v7fs/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/newfs_v7fs/Makefile
diff -u src/sbin/newfs_v7fs/Makefile:1.3 src/sbin/newfs_v7fs/Makefile:1.4
--- src/sbin/newfs_v7fs/Makefile:1.3	Fri Aug 10 12:20:11 2012
+++ src/sbin/newfs_v7fs/Makefile	Wed Sep  5 23:01:42 2012
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2012/08/10 12:20:11 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2012/09/05 23:01:42 riz Exp $
 
 .include <bsd.own.mk>
 
@@ -13,7 +13,7 @@ FSCK=	${NETBSDSRCDIR}/sbin/fsck
 
 DPADD+= ${LIBUTIL}
 LDADD+= -lutil
-CPPFLAGS+=-DV7FS_EI -I${V7FS} -I${FSCK} -g
+CPPFLAGS+=-DV7FS_EI -I${V7FS} -I${FSCK}
 .PATH: ${V7FS} ${FSCK}
 
 COPTS.newfs_v7fs.c+=	-Wno-pointer-sign

Reply via email to