CVS: moonbase/kernel/linux BUILD,1.17,1.18

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


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

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/BUILD,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- BUILD	5 Dec 2003 10:59:38 -0000	1.17
+++ BUILD	5 Dec 2003 19:47:54 -0000	1.18
@@ -59,7 +59,7 @@
 
   cp    arch/i386/boot/bzImage   /boot/${VERSION}-${PVERSION} &&
   # link the modules so depmod can find them!
-  rm /lib/modules/${VERSION}                                  &&
+  rm /lib/modules/${VERSION}
   ln -f -s /lib/modules/${VERSION}-${PVERSION}${EXTENSION} /lib/modules/${VERSION}
   
 ) > $C_FIFO 2>&1




More information about the Lunar-commits mailing list