Author: sparky                       Date: Sun Sep 11 14:13:03 2005 GMT
Module: SPECS                         Tag: LINUX_2_6
---- Log message:
- Module.symvers is now required to generate dependencies in modules built
  outside kernel tree

---- Files affected:
SPECS:
   kernel.spec (1.441.2.1190 -> 1.441.2.1191) 

---- Diffs:

================================================================
Index: SPECS/kernel.spec
diff -u SPECS/kernel.spec:1.441.2.1190 SPECS/kernel.spec:1.441.2.1191
--- SPECS/kernel.spec:1.441.2.1190      Sun Sep 11 13:53:05 2005
+++ SPECS/kernel.spec   Sun Sep 11 16:12:58 2005
@@ -943,6 +943,14 @@
                INSTALL_MOD_PATH=$KERNEL_INSTALL_DIR \
                KERNELRELEASE=$KernelVer
 
+       if [ "$smp" = "yes" ]; then
+               install Module.symvers \
+                       
$KERNEL_INSTALL_DIR/usr/src/linux-%{version}/Module.symvers-smp
+       else
+               install Module.symvers \
+                       
$KERNEL_INSTALL_DIR/usr/src/linux-%{version}/Module.symvers-up
+       fi
+
        echo "CHECKING DEPENDENCIES FOR KERNEL MODULES"
        [ -z "$CrossOpts" ] && \
        /sbin/depmod --basedir $KERNEL_INSTALL_DIR -ae -F 
$KERNEL_INSTALL_DIR/boot/System.map-$KernelVer -r $KernelVer || echo
@@ -1462,6 +1470,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.441.2.1191  2005/09/11 14:12:58  sparky
+- Module.symvers is now required to generate dependencies in modules built
+  outside kernel tree
+
 Revision 1.441.2.1190  2005/09/11 11:53:05  paszczus
 - updated bootsplash patch
 - release 0.0.2
================================================================

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

_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to