CVS: moonbase/kernel/linux-vanilla BUILD,1.13,1.14
Niki Guldbrand
niki at lunar-linux.org
Fri Dec 5 11:02:18 GMT 2003
Update of /var/cvs/lunar/moonbase/kernel/linux-vanilla
In directory dbguin.lunar-linux.org:/tmp/cvs-serv8967/linux-vanilla
Modified Files:
BUILD
Log Message:
Made all the kernel modules remove the symlink to from $VERSION to
$VERSION-EXTRAVERSION befor attemptin to create a new one.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/kernel/linux-vanilla/BUILD,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- BUILD 17 Oct 2003 18:16:01 -0000 1.13
+++ BUILD 5 Dec 2003 11:02:16 -0000 1.14
@@ -54,6 +54,7 @@
cp arch/i386/boot/bzImage /boot/${VERSION}-vanilla &&
# link the modules so depmod can find them!
+ rm /lib/modules/$VERSION &&
ln -f -s /lib/modules/${VERSION}-vanilla /lib/modules/$VERSION
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list