mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
use fancy mk syntax
This commit is contained in:
parent
24c8d8491f
commit
b9403fe70a
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
|||
default:V: $LIB
|
||||
|
||||
$LIB: $OFILES
|
||||
$AR rvc $LIB $newprereq
|
||||
$LIB(%):N: %
|
||||
$LIB: ${OFILES:%=$LIB(%)}
|
||||
$AR rvc $LIB `membername $newprereq`
|
||||
|
||||
&:n: &.$O
|
||||
$AR rvc $LIB $stem.$O
|
||||
|
|
Loading…
Reference in a new issue