URI: 
       trun 9c before 9a because gas doesn't exit with non-zero status when the file doesn't exist - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit d371199605e09d56b95de00e9866cf4fea2d8615
   DIR parent e20b71f455aadd814b6c12320de4f8d17084fed0
  HTML Author: rsc <devnull@localhost>
       Date:   Fri, 22 Oct 2004 17:04:31 +0000
       
       run 9c before 9a because gas doesn't exit with non-zero status when the file doesn't exist
       
       Diffstat:
         M src/mkfile                          |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/src/mkfile b/src/mkfile
       t@@ -38,7 +38,7 @@ mkmk.sh:VD:
                        s/'$OBJTYPE'/$OBJTYPE/g
                        s;'$PLAN9';$PLAN9;g
                        s/`membername \$newprereq`/*.o/g
       -                s/9[ac] *getcallerpc-.*/9a getcallerpc-$OBJTYPE.s || 9c getcallerpc-$OBJTYPE.c/
       +                s/9[ac] *getcallerpc-.*/9c getcallerpc-$OBJTYPE.c || 9a getcallerpc-$OBJTYPE.s/
                        s/^9[ac] *tas-.*/9a tas-$OBJTYPE.s || 9c tas-$OBJTYPE.c/
                ' >$target