| SYSOFILES=`{sh ./sysofiles.sh} |
| HFILES=thread.h threadimpl.h |
| OpenBSD.$O FreeBSD.$O: BSD.c |
| 9l -o $target test/$target.$O |
| 9l -o $target test/$target.$O |
| tspawnloop: test/tspawnloop.$O |
| 9l -o $target test/$target.$O |
| $CC -o $target $CFLAGS -I. $stem.c |
| # cannot use generic .S rule because it conflicts |
| # with generic .s rule in mkcommon on case-insensitive |
| OpenBSD-%-asm.$O: OpenBSD-%-asm.S |
| $CC $CFLAGS OpenBSD-$stem-asm.S |
| Linux-sparc64-context.$O: Linux-sparc64-context.S |
| $CC -m64 -mcpu=v9 $CFLAGS Linux-sparc64-context.S |
| Linux-sparc64-swapcontext.$O: Linux-sparc64-swapcontext.c |
| $CC -m64 -mcpu=v9 $CFLAGS Linux-sparc64-swapcontext.c |
| $PLAN9/bin/time ./tprimes 10000 >tp1.txt |
| $PLAN9/bin/time ./tprimes 1000 >tp2.txt |
| echo tspawn should take 3 seconds, not 6 |
| $PLAN9/bin/time ./tspawn sleep 3 >/dev/null |
| CLEANFILES=p1.txt p2.txt tp1.txt tp2.txt |