diff options
author | Ori Bernstein <ori@eigenstate.org> | 2016-11-01 01:04:03 -0700 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2016-11-01 01:04:03 -0700 |
commit | 8210cec37c96007fb8ac64f7829bd78a1009f7d5 (patch) | |
tree | a3c15f534e3cac79e7e9920eeebcc6458f66ed64 /mbld | |
parent | 73531212e6534484b75862554930d3d448c16d9b (diff) | |
download | mc-8210cec37c96007fb8ac64f7829bd78a1009f7d5.tar.gz |
Be less verbose about addign files to archives.
It looks ugly, so let's not do it.
Diffstat (limited to 'mbld')
-rw-r--r-- | mbld/config+plan9-x64.myr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbld/config+plan9-x64.myr b/mbld/config+plan9-x64.myr index 1fef2ef..ca1f191 100644 --- a/mbld/config+plan9-x64.myr +++ b/mbld/config+plan9-x64.myr @@ -3,7 +3,7 @@ pkg config = 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" |