CVS: moonbase/kernel/linux-stable BUILD,1.12,1.13

Niki Guldbrand niki at lunar-linux.org
Fri Dec 5 19:47:56 GMT 2003


Update of /var/cvs/lunar/moonbase/kernel/linux-stable
In directory dbguin.lunar-linux.org:/tmp/cvs-serv31607/linux-stable

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-stable/BUILD,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- BUILD	5 Dec 2003 11:02:15 -0000	1.12
+++ BUILD	5 Dec 2003 19:47:54 -0000	1.13
@@ -54,7 +54,7 @@
 
   cp    arch/i386/boot/bzImage   /boot/${VERSION}-stable &&
   # link the modules so depmod can find them!
-  rm /lib/modules/$VERSION                               &&
+  rm /lib/modules/$VERSION
   ln -f -s /lib/modules/$VERSION-stable /lib/modules/$VERSION
 
 ) > $C_FIFO 2>&1




More information about the Lunar-commits mailing list