SPECS (LINUX_2_6): kernel.spec - small info added.
cieciwa
cieciwa at pld-linux.org
Tue Mar 21 10:38:15 CET 2006
Author: cieciwa Date: Tue Mar 21 09:38:15 2006 GMT
Module: SPECS Tag: LINUX_2_6
---- Log message:
- small info added.
---- Files affected:
SPECS:
kernel.spec (1.441.2.1425 -> 1.441.2.1426)
---- Diffs:
================================================================
Index: SPECS/kernel.spec
diff -u SPECS/kernel.spec:1.441.2.1425 SPECS/kernel.spec:1.441.2.1426
--- SPECS/kernel.spec:1.441.2.1425 Tue Mar 21 10:06:38 2006
+++ SPECS/kernel.spec Tue Mar 21 10:38:09 2006
@@ -595,12 +595,12 @@
smp=
[ "$1" = "smp" -o "$2" = "smp" ] && smp=yes
if [ "$smp" = "yes" ]; then
- Config="%{_target_base_arch}$xen$xenarch$xenver-smp"
+ Config="%{_target_base_arch}-smp"
else
- Config="%{_target_base_arch}$xen$xenarch$xenver"
+ Config="%{_target_base_arch}"
fi
KernelVer=%{version}-%{release}$1
- echo "Building config file for KERNEL $1..."
+ echo "Building config file for KERNEL $1... Using config: kernel-$Config.config"
cat $RPM_SOURCE_DIR/kernel-$Config.config > arch/%{_target_base_arch}/defconfig
TuneUpConfigForIX86 arch/%{_target_base_arch}/defconfig
@@ -1296,6 +1296,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.441.2.1426 2006/03/21 09:38:09 cieciwa
+- small info added.
+
Revision 1.441.2.1425 2006/03/21 09:06:38 cieciwa
- fixed changelog.
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/kernel.spec?r1=1.441.2.1425&r2=1.441.2.1426&f=u
More information about the pld-cvs-commit
mailing list