Module Name: src
Committed By: riz
Date: Wed Sep 5 22:58:54 UTC 2012
Modified Files:
src/sbin/fsck_v7fs: Makefile
Log Message:
Remove "-g" from CPPFLAGS.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sbin/fsck_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/fsck_v7fs/Makefile
diff -u src/sbin/fsck_v7fs/Makefile:1.1 src/sbin/fsck_v7fs/Makefile:1.2
--- src/sbin/fsck_v7fs/Makefile:1.1 Mon Jun 27 11:52:58 2011
+++ src/sbin/fsck_v7fs/Makefile Wed Sep 5 22:58:53 2012
@@ -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 @@ v7fs_file_util.c v7fs_superblock_util.c
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