svn commit: r233049 - head/sys/modules/mps

Robert Millan rmh at FreeBSD.org
Fri Mar 16 21:46:03 UTC 2012


Author: rmh
Date: Fri Mar 16 21:46:02 2012
New Revision: 233049
URL: http://svn.freebsd.org/changeset/base/233049

Log:
  Remove gratuitous DEBUG_FLAGS="-g" setting (this is already the default
  option with GENERIC kernels).
  
  Reviewed by:	ken

Modified:
  head/sys/modules/mps/Makefile

Modified: head/sys/modules/mps/Makefile
==============================================================================
--- head/sys/modules/mps/Makefile	Fri Mar 16 21:30:26 2012	(r233048)
+++ head/sys/modules/mps/Makefile	Fri Mar 16 21:46:02 2012	(r233049)
@@ -9,6 +9,5 @@ SRCS+=	opt_cam.h opt_compat.h
 SRCS+=	device_if.h bus_if.h pci_if.h
 
 #CFLAGS += -DMPS_DEBUG
-DEBUG_FLAGS += -g
 
 .include <bsd.kmod.mk>


More information about the svn-src-head mailing list