SPECS: kernel-desktop.spec - fixed SMP modules directory (big thx ...

paszczus paszczus at pld-linux.org
Sat Sep 2 23:29:27 CEST 2006


Author: paszczus                     Date: Sat Sep  2 21:29:27 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed SMP modules directory (big thx to pepe (at) apollo.pl)

---- Files affected:
SPECS:
   kernel-desktop.spec (1.57 -> 1.58) 

---- Diffs:

================================================================
Index: SPECS/kernel-desktop.spec
diff -u SPECS/kernel-desktop.spec:1.57 SPECS/kernel-desktop.spec:1.58
--- SPECS/kernel-desktop.spec:1.57	Tue Aug 29 19:55:25 2006
+++ SPECS/kernel-desktop.spec	Sat Sep  2 23:29:22 2006
@@ -839,6 +839,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-%{ver}/include/linux
 	rm -f include/linux/autoconf.h
@@ -1404,6 +1409,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.58  2006/09/02 21:29:22  paszczus
+- fixed SMP modules directory (big thx to pepe (at) apollo.pl)
+
 Revision 1.57  2006/08/29 17:55:25  sparky
 - up to 2.6.17.11
 
================================================================

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



More information about the pld-cvs-commit mailing list