First draft at installables; not very satisfactory. make bugs with multiple

output targets and parallelism?
This commit is contained in:
David Given
2016-06-16 05:26:44 +02:00
parent 09554cb324
commit 2af8568cc3
5 changed files with 41 additions and 33 deletions

View File

@@ -119,7 +119,7 @@ definerule("clibrary",
type="strings",
default={
"rm -f %{outs}",
"$(AR) qs %{outs} %{ins}"
"$(AR) cqs %{outs} %{ins}"
},
}
},