shithub: riscv

Download patch

ref: 71cfa9c637386ebe00fc6d1bf6215db6657559f4
parent: 833a3b7d56299a86df226f2db7c9a4080c5000a7
author: cinap_lenrek <cinap_lenrek@centraldogma>
date: Thu Apr 14 12:08:41 EDT 2011

dont create compressed kernel images by default

--- a/sys/src/9/pc/mkfile
+++ b/sys/src/9/pc/mkfile
@@ -92,8 +92,8 @@
 	strip -o /fd/1 9pccd | gzip -9 >9pccd.gz
 
 
-install:V:	$p$CONF $p$CONF.gz
-	cp $p$CONF $p$CONF.gz /$objtype/
+install:V:	$p$CONF
+	cp $p$CONF /$objtype/
 	for(i in $EXTRACOPIES)
 		import $i / /n/$i && cp $p$CONF $p$CONF.gz /n/$i/$objtype/
 
--