SPECS (LINUX_2_6): kernel.spec - when building with debug die if script fou...

sparky sparky at pld-linux.org
Sun Sep 28 16:40:40 CEST 2008


Author: sparky                       Date: Sun Sep 28 14:40:40 2008 GMT
Module: SPECS                         Tag: LINUX_2_6
---- Log message:
- when building with debug die if script found any redefined values

---- Files affected:
SPECS:
   kernel.spec (1.441.2.1970 -> 1.441.2.1971) 

---- Diffs:

================================================================
Index: SPECS/kernel.spec
diff -u SPECS/kernel.spec:1.441.2.1970 SPECS/kernel.spec:1.441.2.1971
--- SPECS/kernel.spec:1.441.2.1970	Sun Sep 28 13:56:58 2008
+++ SPECS/kernel.spec	Sun Sep 28 16:40:32 2008
@@ -1250,7 +1250,7 @@
 install .config \
 	$KERNEL_INSTALL_DIR%{_kernelsrcdir}/config-dist
 
-%{__awk} -v infile=%{defconfig} -f %{SOURCE8} .config
+%{__awk} %{?debug:-v dieOnError=1} -v infile=%{defconfig} -f %{SOURCE8} .config
 
 BuildKernel
 PreInstallKernel
@@ -1659,6 +1659,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.441.2.1971  2008/09/28 14:40:32  sparky
+- when building with debug die if script found any redefined values
+
 Revision 1.441.2.1970  2008/09/28 11:56:58  sparky
 - add config change tracking, script warns if make oldconfig has redefined
   any option
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kernel.spec?r1=1.441.2.1970&r2=1.441.2.1971&f=u



More information about the pld-cvs-commit mailing list