SPECS (LINUX_2_6): kernel.spec - fixed SMP modules directory (thx ...

paszczus paszczus at pld-linux.org
Sun Sep 3 10:42:29 CEST 2006


Author: paszczus                     Date: Sun Sep  3 08:42:29 2006 GMT
Module: SPECS                         Tag: LINUX_2_6
---- Log message:
- fixed SMP modules directory (thx to pepe (at) apollo.pl)

---- Files affected:
SPECS:
   kernel.spec (1.441.2.1599 -> 1.441.2.1600) 

---- Diffs:

================================================================
Index: SPECS/kernel.spec
diff -u SPECS/kernel.spec:1.441.2.1599 SPECS/kernel.spec:1.441.2.1600
--- SPECS/kernel.spec:1.441.2.1599	Thu Aug 31 21:10:19 2006
+++ SPECS/kernel.spec	Sun Sep  3 10:42:23 2006
@@ -962,6 +962,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
@@ -1653,6 +1658,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.441.2.1600  2006/09/03 08:42:23  paszczus
+- fixed SMP modules directory (thx to pepe (at) apollo.pl)
+
 Revision 1.441.2.1599  2006/08/31 19:10:19  glen
 - drop O/P: kernel-i2c-devel from -headers
 
================================================================

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



More information about the pld-cvs-commit mailing list