SPECS (LINUX_2_6_16): kernel.spec - typos (thx sparky)
glen
glen at pld-linux.org
Thu Sep 28 23:43:00 CEST 2006
Author: glen Date: Thu Sep 28 21:43:00 2006 GMT
Module: SPECS Tag: LINUX_2_6_16
---- Log message:
- typos (thx sparky)
---- Files affected:
SPECS:
kernel.spec (1.441.2.1558.2.35 -> 1.441.2.1558.2.36)
---- Diffs:
================================================================
Index: SPECS/kernel.spec
diff -u SPECS/kernel.spec:1.441.2.1558.2.35 SPECS/kernel.spec:1.441.2.1558.2.36
--- SPECS/kernel.spec:1.441.2.1558.2.35 Thu Sep 28 23:36:26 2006
+++ SPECS/kernel.spec Thu Sep 28 23:42:55 2006
@@ -1093,7 +1093,7 @@
%endif
%{__make} %CrossOpts modules_install \
%{?with_verbose:V=1} \
- DEPMOD=$DepMod \
+ DEPMOD=%DepMod \
INSTALL_MOD_PATH=$KERNEL_INSTALL_DIR \
KERNELRELEASE=$KernelVer
@@ -1106,7 +1106,7 @@
fi
echo "CHECKING DEPENDENCIES FOR KERNEL MODULES"
- if [ $DepMod = /sbin/depmod ]; then
+ if [ %DepMod = /sbin/depmod ]; then
/sbin/depmod --basedir $KERNEL_INSTALL_DIR -ae -F $KERNEL_INSTALL_DIR/boot/System.map-$KernelVer -r $KernelVer || :
else
touch $KERNEL_INSTALL_DIR/lib/modules/$KernelVer/modules.dep
@@ -1680,6 +1680,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.441.2.1558.2.36 2006/09/28 21:42:55 glen
+- typos (thx sparky)
+
Revision 1.441.2.1558.2.35 2006/09/28 21:36:26 glen
- pass %{__cc} in crossopts
- use rpm macros for crossopts and depmod
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/kernel.spec?r1=1.441.2.1558.2.35&r2=1.441.2.1558.2.36&f=u
More information about the pld-cvs-commit
mailing list