Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/newfs_v7fs Remove -g from CPPFLAGS.
details: https://anonhg.NetBSD.org/src/rev/3301527108b0
branches: trunk
changeset: 781429:3301527108b0
user: riz <riz%NetBSD.org@localhost>
date: Wed Sep 05 23:01:42 2012 +0000
description:
Remove -g from CPPFLAGS.
diffstat:
sbin/newfs_v7fs/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r c71fbdcdfcc4 -r 3301527108b0 sbin/newfs_v7fs/Makefile
--- a/sbin/newfs_v7fs/Makefile Wed Sep 05 22:58:53 2012 +0000
+++ b/sbin/newfs_v7fs/Makefile Wed Sep 05 23:01:42 2012 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index