URI: 
       tGoodbye SHORTLIB - 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 372e9667dfd5fcce89be447b5bbc169c8a43322e
   DIR parent eb423b5cc00a36f02129722e85e36eb9da1a60d3
  HTML Author: rsc <devnull@localhost>
       Date:   Tue,  4 Jan 2005 22:10:29 +0000
       
       Goodbye SHORTLIB
       
       Diffstat:
         M src/cmd/9660/mkfile                 |       1 -
         M src/cmd/acid/mkfile                 |       1 -
         M src/cmd/acidtypes/mkfile            |       1 -
         M src/cmd/astro/mkfile                |       1 -
         M src/cmd/auxstats/mkfile             |       1 -
         M src/cmd/bzip2/mkfile                |       1 -
         M src/cmd/db/mkfile                   |       1 -
         M src/cmd/dict/mkfile                 |       1 -
         M src/cmd/diff/mkfile                 |       1 -
         M src/cmd/draw/mkfile                 |      13 -------------
         M src/cmd/eqn/mkfile                  |       1 -
         M src/cmd/factotum/mkfile             |       1 -
         M src/cmd/grap/mkfile                 |       1 -
         M src/cmd/grep/mkfile                 |       1 -
         M src/cmd/gzip/mkfile                 |       1 -
         M src/cmd/hoc/mkfile                  |       1 -
         M src/cmd/htmlfmt/mkfile              |       1 -
         M src/cmd/jpg/mkfile                  |       3 ---
         M src/cmd/lex/mkfile                  |       9 ---------
         M src/cmd/mk/mkfile                   |       3 ++-
         M src/cmd/mnihongo/mkfile             |       2 --
         M src/cmd/pic/mkfile                  |       1 -
         M src/cmd/plot/mkfile                 |       3 ---
         M src/cmd/plumb/mkfile                |       1 -
         M src/cmd/sam/mkfile                  |       1 -
         M src/cmd/samterm/mkfile              |       2 --
         M src/cmd/scat/mkfile                 |       2 --
         M src/cmd/secstore/mkfile             |       1 -
         M src/cmd/spell/mkfile                |       1 -
         M src/cmd/tbl/mkfile                  |       1 -
         M src/cmd/tcs/mkfile                  |       1 -
         M src/cmd/troff/mkfile                |       1 -
         M src/cmd/vac/mkfile                  |      11 +----------
         M src/cmd/venti/mkfile                |       1 -
       
       34 files changed, 3 insertions(+), 70 deletions(-)
       ---
   DIR diff --git a/src/cmd/9660/mkfile b/src/cmd/9660/mkfile
       t@@ -22,7 +22,6 @@ DFILES=\
        
        HFILES=iso9660.h
        
       -SHORTLIB=sec disk bio 9
        <$PLAN9/src/mkmany
        
        $O.dump9660: $DFILES
   DIR diff --git a/src/cmd/acid/mkfile b/src/cmd/acid/mkfile
       t@@ -19,7 +19,6 @@ YFILES=dbg.y
        HFILES=acid.h
        
        
       -SHORTLIB=mach regexp9 bio 9
        
        <$PLAN9/src/mkone
        
   DIR diff --git a/src/cmd/acidtypes/mkfile b/src/cmd/acidtypes/mkfile
       t@@ -18,7 +18,6 @@ HFILES=\
                ../../libmach/stabs.h\
        
        CFLAGS=-I../../libmach $CFLAGS
       -SHORTLIB=mach bio 9
        
        <$PLAN9/src/mkone
        
   DIR diff --git a/src/cmd/astro/mkfile b/src/cmd/astro/mkfile
       t@@ -35,6 +35,5 @@ OFILES=\
        
        HFILES=astro.h\
        
       -SHORTLIB=bio 9
        
        <$PLAN9/src/mkone
   DIR diff --git a/src/cmd/auxstats/mkfile b/src/cmd/auxstats/mkfile
       t@@ -9,7 +9,6 @@ OFILES=\
        HFILES=\
                dat.h\
        
       -SHORTLIB=bio 9
        
        <$PLAN9/src/mkone
        
   DIR diff --git a/src/cmd/bzip2/mkfile b/src/cmd/bzip2/mkfile
       t@@ -13,7 +13,6 @@ HFILES=\
        
        LIB=lib/libbzip2.a
        
       -SHORTLIB=bio 9
        <$PLAN9/src/mkmany
        
        CFLAGS=$CFLAGS -DPLAN9 -Ilib
   DIR diff --git a/src/cmd/db/mkfile b/src/cmd/db/mkfile
       t@@ -18,7 +18,6 @@ OFILES=\
        HFILES=defs.h\
                fns.h\
        
       -SHORTLIB=mach bio 9
        
        <$PLAN9/src/mkone
        
   DIR diff --git a/src/cmd/dict/mkfile b/src/cmd/dict/mkfile
       t@@ -10,7 +10,6 @@ OFILES=dict.$O\
        
        HFILES=dict.h kuten.h
        
       -SHORTLIB=bio regexp9 9
        <$PLAN9/src/mkone
        
        mkindex: mkindex.$O $LFILES utils.$O
   DIR diff --git a/src/cmd/diff/mkfile b/src/cmd/diff/mkfile
       t@@ -9,6 +9,5 @@ OFILES=\
        
        HFILES=diff.h
        
       -SHORTLIB=bio 9
        <$PLAN9/src/mkone
        
   DIR diff --git a/src/cmd/draw/mkfile b/src/cmd/draw/mkfile
       t@@ -1,18 +1,5 @@
        <$PLAN9/src/mkhdr
        
        TARG=`ls *.[cy] | sed 's/\.[cy]//'`
       -SHORTLIB=draw bio 9
        
        <$PLAN9/src/mkmany
       -
       -$O.tcolors: tcolors.$O
       -        $LD -o $target tcolors.$O -ldraw -lthread -l9 $LDFLAGS
       -
       -$O.mc: mc.$O
       -        $LD -o $target mc.$O -lfs -lmux -ldraw -lthread -lbio -l9 $LDFLAGS
       -
       -$O.stats: stats.$O
       -        $LD -o $target stats.$O -ldraw -lthread -lbio -l9 $LDFLAGS
       -
       -LDFLAGS=$LDFLAGS -L$X11/lib -lX11
       -
   DIR diff --git a/src/cmd/eqn/mkfile b/src/cmd/eqn/mkfile
       t@@ -30,7 +30,6 @@ YFILES=eqn.y\
        HFILES=e.h\
                y.tab.h\
        
       -SHORTLIB=bio 9
        <$PLAN9/src/mkone
        
        YFLAGS=-d -S
   DIR diff --git a/src/cmd/factotum/mkfile b/src/cmd/factotum/mkfile
       t@@ -25,7 +25,6 @@ OFILES=\
        
        HFILES=dat.h
        
       -SHORTLIB=auth authsrv sec mp 9p thread 9
        <$PLAN9/src/mkone
        
        $O.test: test.$O
   DIR diff --git a/src/cmd/grap/mkfile b/src/cmd/grap/mkfile
       t@@ -22,7 +22,6 @@ YFILES=grap.y\
        
        LFILES=grapl.lx\
        
       -SHORTLIB=bio 9
        <$PLAN9/src/mkone
        YFLAGS = -d -S
        LEX=9lex
   DIR diff --git a/src/cmd/grep/mkfile b/src/cmd/grep/mkfile
       t@@ -15,5 +15,4 @@ OFILES=\
        
        YFILES=grep.y\
        
       -SHORTLIB=bio 9
        <$PLAN9/src/mkone
   DIR diff --git a/src/cmd/gzip/mkfile b/src/cmd/gzip/mkfile
       t@@ -10,6 +10,5 @@ TARG=\
                zip\
                unzip\
        
       -SHORTLIB=flate bio 9
        
        <$PLAN9/src/mkmany
   DIR diff --git a/src/cmd/hoc/mkfile b/src/cmd/hoc/mkfile
       t@@ -14,6 +14,5 @@ OFILES=\
        
        YFILES=hoc.y\
        
       -SHORTLIB=bio 9
        <$PLAN9/src/mkone
        
   DIR diff --git a/src/cmd/htmlfmt/mkfile b/src/cmd/htmlfmt/mkfile
       t@@ -10,7 +10,6 @@ HFILES=\
                dat.h\
                $PLAN9/include/html.h\
        
       -SHORTLIB=bio regexp9 html 9
        
        <$PLAN9/src/mkone
        
   DIR diff --git a/src/cmd/jpg/mkfile b/src/cmd/jpg/mkfile
       t@@ -19,9 +19,6 @@ IMFILES=\
        
        HFILES=imagefile.h\
        
       -SHORTLIB=draw flate bio 9
       -LDFLAGS=$LDFLAGS -L$X11/lib -lX11
       -
        <$PLAN9/src/mkmany
        
        $O.jpg:                $IMFILES readjpg.$O jpg.$O
   DIR diff --git a/src/cmd/lex/mkfile b/src/cmd/lex/mkfile
       t@@ -11,15 +11,6 @@ HFILES=ldefs.h\
        
        YFILES=parser.y\
        
       -SHORTLIB=bio 9
       -UPDATE=\
       -        mkfile\
       -        $HFILES\
       -        lmain.c\
       -        sub1.c\
       -        sub2.c\
       -        header.c
       -
        <$PLAN9/src/mkone
        
        installall:V:
   DIR diff --git a/src/cmd/mk/mkfile b/src/cmd/mk/mkfile
       t@@ -16,9 +16,11 @@ OFILES=\
                mk.$O\
                parse.$O\
                recipe.$O\
       +        rc.$O\
                rule.$O\
                run.$O\
                sh.$O\
       +        shell.$O\
                shprint.$O\
                symtab.$O\
                var.$O\
       t@@ -30,7 +32,6 @@ HFILES=\
                mk.h\
                fns.h\
        
       -SHORTLIB=regexp9 bio 9
        
        <$PLAN9/src/mkone
        
   DIR diff --git a/src/cmd/mnihongo/mkfile b/src/cmd/mnihongo/mkfile
       t@@ -1,10 +1,8 @@
        <$PLAN9/src/mkhdr
        
       -SHORTLIB=draw bio 9
        
        TARG=mnihongo
        OFILES=mnihongo.$O
        
        <$PLAN9/src/mkone
        
       -LDFLAGS=$LDFLAGS -L$X11/lib -lX11
   DIR diff --git a/src/cmd/pic/mkfile b/src/cmd/pic/mkfile
       t@@ -23,7 +23,6 @@ HFILES=pic.h\
        
        YFILES=picy.y\
        
       -SHORTLIB=bio 9
        <$PLAN9/src/mkone
        YFLAGS=-S -d
        LEX=9lex
   DIR diff --git a/src/cmd/plot/mkfile b/src/cmd/plot/mkfile
       t@@ -7,9 +7,6 @@ HFILES=plot.h\
        
        LIB=libplot.a
        
       -SHORTLIB=frame draw bio 9
       -LDFLAGS=$LDFLAGS -L$X11/lib -lX11
       -
        <$PLAN9/src/mkone
        
        $LIB:
   DIR diff --git a/src/cmd/plumb/mkfile b/src/cmd/plumb/mkfile
       t@@ -1,7 +1,6 @@
        <$PLAN9/src/mkhdr
        
        TARG=plumber plumb
       -SHORTLIB=plumb fs mux thread regexp9 bio 9
        
        <$PLAN9/src/mkmany
        
   DIR diff --git a/src/cmd/sam/mkfile b/src/cmd/sam/mkfile
       t@@ -26,6 +26,5 @@ HFILES=sam.h\
                errors.h\
                mesg.h\
        
       -SHORTLIB=plumb 9
        
        <$PLAN9/src/mkone
   DIR diff --git a/src/cmd/samterm/mkfile b/src/cmd/samterm/mkfile
       t@@ -21,7 +21,5 @@ HFILES=\
                $PLAN9/include/draw.h\
        
        CFLAGS=$CFLAGS -I../sam
       -LDFLAGS=$LDFLAGS -L$X11/lib -lX11 -lm
       -SHORTLIB=frame draw plumb fs mux thread regexp9 bio 9
        
        <$PLAN9/src/mkone
   DIR diff --git a/src/cmd/scat/mkfile b/src/cmd/scat/mkfile
       t@@ -18,9 +18,7 @@ OFILES=scat.$O\
        
        HFILES=sky.h
        CFLAGS=$CFLAGS -I../map
       -LDFLAGS=$LDFLAGS -L$X11/lib -lX11
        
       -SHORTLIB=draw bio 9
        LIB=../map/libmap/libmap.a
        <$PLAN9/src/mkone
        
   DIR diff --git a/src/cmd/secstore/mkfile b/src/cmd/secstore/mkfile
       t@@ -14,7 +14,6 @@ OFILES =\
        
        
        TARG=aescbc secstore
       -SHORTLIB=sec mp regexp9 thread bio 9
        
        <$PLAN9/src/mkmany
        
   DIR diff --git a/src/cmd/spell/mkfile b/src/cmd/spell/mkfile
       t@@ -6,6 +6,5 @@ OFILES=sprog.$O\
        HFILES =\
                code.h\
        
       -SHORTLIB=bio 9
        <$PLAN9/src/mkone
        
   DIR diff --git a/src/cmd/tbl/mkfile b/src/cmd/tbl/mkfile
       t@@ -28,5 +28,4 @@ OFILES=\
        HFILES=\
                t.h\
        
       -SHORTLIB=bio 9
        <$PLAN9/src/mkone
   DIR diff --git a/src/cmd/tcs/mkfile b/src/cmd/tcs/mkfile
       t@@ -12,7 +12,6 @@ OFILES=tcs.$O\
                ksc.$O\
                big5.$O
        
       -SHORTLIB=bio 9
        <$PLAN9/src/mkone
        CFLAGS= -DPLAN9 $CFLAGS
        
   DIR diff --git a/src/cmd/troff/mkfile b/src/cmd/troff/mkfile
       t@@ -26,7 +26,6 @@ HFILES=tdef.h\
                dwbinit.h\
        
        
       -SHORTLIB=bio 9
        <$PLAN9/src/mkone
        CFLAGS=-c -DUNICODE
        
   DIR diff --git a/src/cmd/vac/mkfile b/src/cmd/vac/mkfile
       t@@ -6,7 +6,6 @@ LIBFILES=\
                fs\
                pack\
        
       -SHORTLIB=venti sec mux thread bio 9
        LIB=${LIBFILES:%=%.$O}
        
        HFILES=\
       t@@ -17,15 +16,7 @@ HFILES=\
                dat.h\
                fns.h\
        
       -TARG=vac vtdump
       -
       -CFILES=${TARG:%=%.c} ${LIBFILES:%=%.c} srcload.c vactest.c
       -
       -UPDATE=\
       -        mkfile\
       -        $CFILES\
       -        $HFILES\
       -        ${TARG:%=/386/bin/%}
       +TARG=vac # vtdump
        
        default:V: all
        
   DIR diff --git a/src/cmd/venti/mkfile b/src/cmd/venti/mkfile
       t@@ -32,7 +32,6 @@ LIBOFILES=\
        SLIB=libvs.a
        
        LIB=$SLIB
       -SHORTLIB=venti httpd bin sec thread 9
        
        HFILES=        dat.h\
                fns.h\