[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Changing the file linux to linux.bin



On Fri, 2002-03-08 at 03:45, Chris Tillman wrote:
> I've spent several hours constructing and proofing, and I'm confident 
> this will do exactly what we want, without affecting other instances 
> of linux in the code/docs/messages. But please sample it in the next 
> day or two to see if you agree. I would like to commit it on Saturday, 
> before too many conflicts build up.

This bit is definitely undesirable:

@@ -1033,7 +1033,7 @@
   cp arm-specials/rpc-skel-kit.zip $release/riscpc/rpc-skel-kit.zip
   rm -rf $release/riscpc/!dInstall
   mkdir $release/riscpc/!dInstall
-  cp linuxriscpc $release/riscpc/!dInstall/linux
+  cp linuxriscpc $release/riscpc/!dInstall/linux.bin
   cp rootriscpc.bin $release/riscpc/!dInstall/root
   ( cd $release/riscpc; zip -ur0X rpc-skel-kit.zip !dInstall )
   rm -rf $release/riscpc/!dInstall

and this bit looks potentially a bit misleading:

@@ -100,7 +100,7 @@
     #	(cd $extractdir && tar clf - lib/modules | gzip -9) >
rescmods$subarch.tgz
 fi
 
-info "creating 'linux$subarch'"
+info "creating 'linux.bin$subarch'"
 case "$arch/$subarch" in
     */*pmac)
     	# vmlinux-<version> is the 'work' kernel

p.



Reply to: