SPECS (LINUX_2_6_14): kernel.spec - fix up/smp config build.

pluto pluto at pld-linux.org
Fri Jan 27 12:34:42 CET 2006


Author: pluto                        Date: Fri Jan 27 11:34:42 2006 GMT
Module: SPECS                         Tag: LINUX_2_6_14
---- Log message:
- fix up/smp config build.

---- Files affected:
SPECS:
   kernel.spec (1.441.2.1357.2.13 -> 1.441.2.1357.2.14) 

---- Diffs:

================================================================
Index: SPECS/kernel.spec
diff -u SPECS/kernel.spec:1.441.2.1357.2.13 SPECS/kernel.spec:1.441.2.1357.2.14
--- SPECS/kernel.spec:1.441.2.1357.2.13	Fri Jan 20 15:54:35 2006
+++ SPECS/kernel.spec	Fri Jan 27 12:34:37 2006
@@ -1219,14 +1219,12 @@
 BuildConfig
 %{?with_up:BuildKernel}
 %{?with_up:PreInstallKernel}
-%if %{with smp}
 # SMP KERNEL
 KERNEL_INSTALL_DIR="$KERNEL_BUILD_DIR/build-done/kernel-SMP"
 rm -rf $KERNEL_INSTALL_DIR
 BuildConfig smp
-BuildKernel smp
-PreInstallKernel smp
-%endif
+%{?with_smp:BuildKernel smp}
+%{?with_smp:PreInstallKernel smp}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -1788,6 +1786,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.441.2.1357.2.14  2006/01/27 11:34:37  pluto
+- fix up/smp config build.
+
 Revision 1.441.2.1357.2.13  2006/01/20 14:54:35  arekm
 - rel 5
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/kernel.spec?r1=1.441.2.1357.2.13&r2=1.441.2.1357.2.14&f=u



More information about the pld-cvs-commit mailing list