[Midnightbsd-cvs] src: Makefile: Disable debugging by default, but leave the option handy
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Jan 20 11:32:51 EST 2009
Log Message:
-----------
Disable debugging by default, but leave the option handy for me.
Modified Files:
--------------
src/sys/modules/bwi:
Makefile (r1.1 -> r1.2)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/src/sys/modules/bwi/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L sys/modules/bwi/Makefile -L sys/modules/bwi/Makefile -u -r1.1 -r1.2
--- sys/modules/bwi/Makefile
+++ sys/modules/bwi/Makefile
@@ -8,7 +8,7 @@
SRCS+= device_if.h bus_if.h pci_if.h opt_inet.h opt_bwi.h
opt_bwi.h:
- echo '#define BWI_DEBUG 1' > opt_bwi.h
- echo '#define BWI_DEBUG_VERBOSE 1' >> opt_bwi.h
+ echo '#define BWI_DEBUG 0' > opt_bwi.h
+# echo '#define BWI_DEBUG_VERBOSE 1' >> opt_bwi.h
.include <bsd.kmod.mk>
More information about the Midnightbsd-cvs
mailing list