SPECS: kernel-vanilla.spec - ugly workaround to fix smp build on a...
shadzik
shadzik at pld-linux.org
Wed Nov 29 01:27:40 CET 2006
Author: shadzik Date: Wed Nov 29 00:27:40 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- ugly workaround to fix smp build on alpha; works !
---- Files affected:
SPECS:
kernel-vanilla.spec (1.7 -> 1.8)
---- Diffs:
================================================================
Index: SPECS/kernel-vanilla.spec
diff -u SPECS/kernel-vanilla.spec:1.7 SPECS/kernel-vanilla.spec:1.8
--- SPECS/kernel-vanilla.spec:1.7 Wed Nov 22 13:03:13 2006
+++ SPECS/kernel-vanilla.spec Wed Nov 29 01:27:34 2006
@@ -572,7 +572,7 @@
%endif
}
-
+rm -f .config
BuildConfig() {
%{?debug:set -x}
# is this a special kernel we want to build?
@@ -589,6 +589,7 @@
echo "Building config file [using $Config.conf] for KERNEL $1..."
+ echo "" > .config
%ifnarch alpha
cat %{SOURCE20} > .config
%endif
@@ -1165,6 +1166,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.8 2006/11/29 00:27:34 shadzik
+- ugly workaround to fix smp build on alpha; works !
+
Revision 1.7 2006/11/22 12:03:13 shadzik
- alpha support (fix smp config, up builds with has_isa 0)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/kernel-vanilla.spec?r1=1.7&r2=1.8&f=u
More information about the pld-cvs-commit
mailing list