svn commit: r335697 - head/sbin/fsck_msdosfs

Xin LI delphij at FreeBSD.org
Wed Jun 27 06:50:26 UTC 2018


Author: delphij
Date: Wed Jun 27 06:50:24 2018
New Revision: 335697
URL: https://svnweb.freebsd.org/changeset/base/335697

Log:
  Revert Makefile at 335696 that sneaked into the commit.
  
  X-MFC with:	335696
  MFC after:	2 weeks

Modified:
  head/sbin/fsck_msdosfs/Makefile

Modified: head/sbin/fsck_msdosfs/Makefile
==============================================================================
--- head/sbin/fsck_msdosfs/Makefile	Wed Jun 27 06:49:20 2018	(r335696)
+++ head/sbin/fsck_msdosfs/Makefile	Wed Jun 27 06:50:24 2018	(r335697)
@@ -9,8 +9,6 @@ PROG=	fsck_msdosfs
 MAN=	fsck_msdosfs.8
 SRCS=	main.c check.c boot.c fat.c dir.c fsutil.c
 
-DEBUG_FLAGS+=	-g
-
 CFLAGS+= -I${FSCK}
 
 .include <bsd.prog.mk>


More information about the svn-src-head mailing list