shithub: mc

Download patch

ref: 8210cec37c96007fb8ac64f7829bd78a1009f7d5
parent: 73531212e6534484b75862554930d3d448c16d9b
author: Ori Bernstein <ori@eigenstate.org>
date: Mon Oct 31 21:04:03 EDT 2016

Be less verbose about addign files to archives.

	It looks ugly, so let's not do it.

--- a/mbld/config+plan9-x64.myr
+++ b/mbld/config+plan9-x64.myr
@@ -3,7 +3,7 @@
 	const Sys	= "Plan9"
 	const Objsuffix	= ".6"
 	const Linkcmd	= ["6l", "-lo"]
-	const Arcmd	= ["ar", "vu"]
+	const Arcmd	= ["ar", "u"]
 	const Ascmd	= ["6a"]
 	const Directlib	= true
 	const Runtime	= "_myrrt.6"