SPECS (LINUX_2_6_18): kernel-vanilla.spec - fix smp build when --w...
shadzik
shadzik at pld-linux.org
Thu Dec 14 01:59:01 CET 2006
Author: shadzik Date: Thu Dec 14 00:59:01 2006 GMT
Module: SPECS Tag: LINUX_2_6_18
---- Log message:
- fix smp build when --without up was passed
---- Files affected:
SPECS:
kernel-vanilla.spec (1.14.2.8 -> 1.14.2.9)
---- Diffs:
================================================================
Index: SPECS/kernel-vanilla.spec
diff -u SPECS/kernel-vanilla.spec:1.14.2.8 SPECS/kernel-vanilla.spec:1.14.2.9
--- SPECS/kernel-vanilla.spec:1.14.2.8 Thu Dec 7 08:54:02 2006
+++ SPECS/kernel-vanilla.spec Thu Dec 14 01:58:56 2006
@@ -735,8 +735,8 @@
# UP KERNEL
KERNEL_INSTALL_DIR="$KERNEL_BUILD_DIR/build-done/kernel-UP"
rm -rf $KERNEL_INSTALL_DIR
-BuildConfig
%if %{with up}
+BuildConfig
BuildKernel
PreInstallKernel
%endif
@@ -744,8 +744,8 @@
# SMP KERNEL
KERNEL_INSTALL_DIR="$KERNEL_BUILD_DIR/build-done/kernel-SMP"
rm -rf $KERNEL_INSTALL_DIR
-BuildConfig smp
%if %{with smp}
+BuildConfig smp
BuildKernel smp
PreInstallKernel smp
%endif
@@ -1260,6 +1260,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.14.2.9 2006/12/14 00:58:56 shadzik
+- fix smp build when --without up was passed
+
Revision 1.14.2.8 2006/12/07 07:54:02 abram
- rel 0.3, works with my sparc64
- add vmliux.aout for smp in sparc*
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/kernel-vanilla.spec?r1=1.14.2.8&r2=1.14.2.9&f=u
More information about the pld-cvs-commit
mailing list