SPECS (DEVEL): mol.spec - don't include very noisy debugging optio...

sparky sparky at pld-linux.org
Tue Nov 7 15:52:21 CET 2006


Author: sparky                       Date: Tue Nov  7 14:52:21 2006 GMT
Module: SPECS                         Tag: DEVEL
---- Log message:
- don't include very noisy debugging options by default

---- Files affected:
SPECS:
   mol.spec (1.39.2.5 -> 1.39.2.6) 

---- Diffs:

================================================================
Index: SPECS/mol.spec
diff -u SPECS/mol.spec:1.39.2.5 SPECS/mol.spec:1.39.2.6
--- SPECS/mol.spec:1.39.2.5	Tue Nov  7 15:30:53 2006
+++ SPECS/mol.spec	Tue Nov  7 15:52:16 2006
@@ -12,6 +12,8 @@
 %bcond_with	minimal		# no X, no sound
 %bcond_without	debugger	# no debugger
 
+%{?debug:%define with_debugger 1}
+
 %define	_basever 0.9.71
 %define	_minor	.1
 %define _rel	0.1
@@ -122,14 +124,18 @@
     CONFIG_TTYDRIVER=y
 %if %{with debugger}
     CONFIG_DEBUGGER=y
-    CONFIG_SCSIDEBUG=y
-    CONFIG_DUMP_PACKETS=y
     CONFIG_DHCP_DEBUG=y
 %else
     # CONFIG_DEBUGGER is not set
+    # CONFIG_DHCP_DEBUG is not set
+%endif
+
+%if 0%{?debug:1}
+    CONFIG_SCSIDEBUG=y
+    CONFIG_DUMP_PACKETS=y
+%else
     # CONFIG_SCSIDEBUG is not set
     # CONFIG_DUMP_PACKETS is not set
-    # CONFIG_DHCP_DEBUG is not set
 %endif
     # CONFIG_HOSTED is not set
 
@@ -326,6 +332,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.39.2.6  2006/11/07 14:52:16  sparky
+- don't include very noisy debugging options by default
+
 Revision 1.39.2.5  2006/11/07 14:30:53  sparky
 - added iquote patch, requires to use gcc as assembler
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/mol.spec?r1=1.39.2.5&r2=1.39.2.6&f=u



More information about the pld-cvs-commit mailing list