diff options
author | rsc <devnull@localhost> | 2004-04-21 06:53:59 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-04-21 06:53:59 +0000 |
commit | 6b17c8f11be7556af7ae454b12dc37c9fb264a48 (patch) | |
tree | 924b9d0cf57024b794d09980cae9762fe8cf110a /src/mksyslib | |
parent | d946e4dc5df1c0fb9a06e6d94013613848c5df16 (diff) | |
download | plan9port-6b17c8f11be7556af7ae454b12dc37c9fb264a48.tar.gz plan9port-6b17c8f11be7556af7ae454b12dc37c9fb264a48.tar.bz2 plan9port-6b17c8f11be7556af7ae454b12dc37c9fb264a48.zip |
more tomfoolery.
i bet mk can't read the mac os or sun os archives.
Diffstat (limited to 'src/mksyslib')
-rw-r--r-- | src/mksyslib | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/mksyslib b/src/mksyslib index de8824e4..f7ffda11 100644 --- a/src/mksyslib +++ b/src/mksyslib @@ -1,7 +1,11 @@ default:V: $PLAN9/lib/$LIB -$PLAN9/lib/$LIB: $OFILES - $AR rvc $PLAN9/lib/$LIB $newprereq +# $PLAN9/lib/$LIB: $OFILES +# $AR rvc $PLAN9/lib/$LIB $newprereq + +$PLAN9/lib/$LIB(%):N: % +$PLAN9/lib/$LIB: ${OFILES:%=$PLAN9/lib/$LIB(%)} + ar rvc $PLAN9/lib/$LIB `membername $newprereq` &:n: &.$O $AR rvc $PLAN9/lib/$LIB $stem.$O |