SPECS (LINUX_2_6_16): kernel.spec - fixed (i hope) SMP modules dir...
paszczus
paszczus at pld-linux.org
Sat Sep 2 23:37:17 CEST 2006
Author: paszczus Date: Sat Sep 2 21:37:17 2006 GMT
Module: SPECS Tag: LINUX_2_6_16
---- Log message:
- fixed (i hope) SMP modules directory (thx to pepe (at) apollo.pl)
---- Files affected:
SPECS:
kernel.spec (1.441.2.1558.2.28 -> 1.441.2.1558.2.29)
---- Diffs:
================================================================
Index: SPECS/kernel.spec
diff -u SPECS/kernel.spec:1.441.2.1558.2.28 SPECS/kernel.spec:1.441.2.1558.2.29
--- SPECS/kernel.spec:1.441.2.1558.2.28 Wed Aug 30 01:27:09 2006
+++ SPECS/kernel.spec Sat Sep 2 23:37:12 2006
@@ -985,6 +985,11 @@
%{?debug:sed -i "s:# CONFIG_DEBUG_PREEMPT is not set:CONFIG_DEBUG_PREEMPT=y:" arch/%{_target_base_arch}/defconfig}
%{?debug:sed -i "s:# CONFIG_RT_DEADLOCK_DETECT is not set:CONFIG_RT_DEADLOCK_DETECT=y:" arch/%{_target_base_arch}/defconfig}
+ if [ "$smp" = "yes" ]; then
+ sed -e 's:CONFIG_LOCALVERSION="":CONFIG_LOCALVERSION="smp":' \
+ -i arch/%{_target_base_arch}/defconfig
+ fi
+
ln -sf arch/%{_target_base_arch}/defconfig .config
install -d $KERNEL_INSTALL_DIR/usr/src/linux-%{version}/include/linux
rm -f include/linux/autoconf.h
@@ -1687,6 +1692,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.441.2.1558.2.29 2006/09/02 21:37:12 paszczus
+- fixed (i hope) SMP modules directory (thx to pepe (at) apollo.pl)
+
Revision 1.441.2.1558.2.28 2006/08/29 23:27:09 pluto
- testing CFIs for signal frames...
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/kernel.spec?r1=1.441.2.1558.2.28&r2=1.441.2.1558.2.29&f=u
More information about the pld-cvs-commit
mailing list