CVS: moonbase/kernel/linux-vanilla BUILD,1.14,1.15
Niki Guldbrand
niki at lunar-linux.org
Fri Dec 5 19:47:57 GMT 2003
Update of /var/cvs/lunar/moonbase/kernel/linux-vanilla
In directory dbguin.lunar-linux.org:/tmp/cvs-serv31607/linux-vanilla
Modified Files:
BUILD
Log Message:
removed some "&&" which makes the first build of the kernel fail...
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/kernel/linux-vanilla/BUILD,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- BUILD 5 Dec 2003 11:02:16 -0000 1.14
+++ BUILD 5 Dec 2003 19:47:54 -0000 1.15
@@ -54,7 +54,7 @@
cp arch/i386/boot/bzImage /boot/${VERSION}-vanilla &&
# link the modules so depmod can find them!
- rm /lib/modules/$VERSION &&
+ 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