build: use ar s flag to avoid ranlib
This commit is contained in:
parent
eb5d2a54d5
commit
50808670fc
5 changed files with 14 additions and 14 deletions
|
|
@ -1,14 +1,14 @@
|
|||
default:V: $PLAN9/lib/$LIB
|
||||
|
||||
# $PLAN9/lib/$LIB: $OFILES
|
||||
# $AR rvc $PLAN9/lib/$LIB $newprereq
|
||||
# $AR rsc $PLAN9/lib/$LIB $newprereq
|
||||
|
||||
$PLAN9/lib/$LIB(%):N: %
|
||||
$PLAN9/lib/$LIB: ${OFILES:%=$PLAN9/lib/$LIB(%)}
|
||||
$AR rvc $PLAN9/lib/$LIB $newmember
|
||||
$AR rsc $PLAN9/lib/$LIB $newmember
|
||||
|
||||
&:n: &.$O
|
||||
$AR rvc $PLAN9/lib/$LIB $stem.$O
|
||||
$AR rsc $PLAN9/lib/$LIB $stem.$O
|
||||
|
||||
all install:V: $PLAN9/lib/$LIB
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue