tgas workaround - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit fd4016445014dda2ee4f45ddc105d7eaf93b14bc
 (DIR) parent 793d93626b7d01ff47e1c0b483e25ccf894ccb51
 (HTM) Author: rsc <devnull@localhost>
       Date:   Fri, 22 Oct 2004 18:11:04 +0000
       
       gas workaround
       
       Diffstat:
         M src/mkmk.sh                         |       7 ++-----
       
       1 file changed, 2 insertions(+), 5 deletions(-)
       ---
 (DIR) diff --git a/src/mkmk.sh b/src/mkmk.sh
       t@@ -2,7 +2,6 @@ cd lib9
        9c  _exits.c
        9c  _p9dialparse.c
        9c  _p9dir.c
       -9c  _p9proc.c
        9c  announce.c
        9c  argv0.c
        9c  atexit.c
       t@@ -34,10 +33,8 @@ cd lib9
        9c  errstr.c
        9c  exec.c
        9c  fcallfmt.c
       -9c  fork.c
       -9c  ffork-$SYSNAME.c
        9c  get9root.c
       -9a getcallerpc-$OBJTYPE.s || 9c getcallerpc-$OBJTYPE.c
       +9c getcallerpc-$OBJTYPE.c || 9a getcallerpc-$OBJTYPE.s
        9c  getenv.c
        9c  getfields.c
        9c  getns.c
       t@@ -46,7 +43,7 @@ cd lib9
        9c  jmp.c
        9c  lrand.c
        9c  lnrand.c
       -9c  lock.c
       +9c  lock-$SYSNAME.c
        9c  main.c
        9c  malloc.c
        9c  malloctag.c