From 06bb4ed20d855b60e39c1125d8d715ba8892265b Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 17 Sep 2004 00:38:29 +0000 Subject: Rewrite to remove dependence on rendezvous and its bizarre data structures. Makes it easier to use pthreads too. Still need to add code for non-pthreads systems. Just a checkpoint to switch work to another machine. --- src/libthread/mkfile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/libthread/mkfile') diff --git a/src/libthread/mkfile b/src/libthread/mkfile index 221cb818..d1a095e7 100644 --- a/src/libthread/mkfile +++ b/src/libthread/mkfile @@ -23,7 +23,6 @@ OFILES=\ ioreadn.$O\ iosleep.$O\ iowrite.$O\ - kill.$O\ lib.$O\ main.$O\ memset.$O\ @@ -43,13 +42,13 @@ HFILES=\ <$PLAN9/src/mksyslib tprimes: tprimes.$O $PLAN9/lib/$LIB - $LD -o tprimes tprimes.$O $LDFLAGS -lthread -l9 -lfmt -lutf + $LD -o tprimes tprimes.$O $LDFLAGS -lthread -l9 texec: texec.$O $PLAN9/lib/$LIB - $LD -o texec texec.$O $LDFLAGS -lthread -l9 -lfmt -lutf + $LD -o texec texec.$O $LDFLAGS -lthread -l9 trend: trend.$O $PLAN9/lib/$LIB - $LD -o trend trend.$O $LDFLAGS -lthread -l9 -lfmt -lutf + $LD -o trend trend.$O $LDFLAGS -lthread -l9 CLEANFILES=$CLEANFILES tprimes texec -- cgit v1.2.3