CVS: moonbase/kernel/linux-vanilla BUILD,1.7,1.8
niki at lunar-linux.org
niki at lunar-linux.org
Wed Aug 27 21:08:55 GMT 2003
Update of /var/cvs/lunar/moonbase/kernel/linux-vanilla
In directory dbguin.lunar-linux.org:/tmp/cvs-serv25357/linux-vanilla
Modified Files:
BUILD
Log Message:
missed some "&&". Good that we have the commits ml. ;-)
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/kernel/linux-vanilla/BUILD,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- BUILD 27 Aug 2003 20:54:21 -0000 1.7
+++ BUILD 27 Aug 2003 21:08:53 -0000 1.8
@@ -49,6 +49,6 @@
make modules_install &&
cp arch/i386/boot/bzImage /boot/vanilla-$VERSION &&
# link the modules so depmod can find them!
- ln -s /lib/modules/$VERSION-vanilla /lib/modules/$VERSION &&
+ ln -s /lib/modules/$VERSION-vanilla /lib/modules/$VERSION
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list