aboutsummaryrefslogtreecommitdiff
path: root/src/mkmk.sh
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-03-26 00:15:34 +0000
committerrsc <devnull@localhost>2004-03-26 00:15:34 +0000
commitd6f81d852d83f965d9e2c4b594eb90974a5e4123 (patch)
treed159c373604d9ec95e9e2e36b26091932bd0497d /src/mkmk.sh
parent75024f0f3de2ed22e52281e5e340899492dc8f13 (diff)
downloadplan9port-d6f81d852d83f965d9e2c4b594eb90974a5e4123.tar.gz
plan9port-d6f81d852d83f965d9e2c4b594eb90974a5e4123.tar.bz2
plan9port-d6f81d852d83f965d9e2c4b594eb90974a5e4123.zip
better mkmk
Diffstat (limited to 'src/mkmk.sh')
-rw-r--r--src/mkmk.sh9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/mkmk.sh b/src/mkmk.sh
index 5c16d1bf..2cf25eb4 100644
--- a/src/mkmk.sh
+++ b/src/mkmk.sh
@@ -3,8 +3,6 @@ cd lib9
9c _p9dialparse.c
9c _p9dir.c
9c _p9proc.c
-9c _p9translate.c
-9c access.c
9c announce.c
9c argv0.c
9c atexit.c
@@ -34,6 +32,7 @@ cd lib9
9c exec.c
9c fcallfmt.c
9c ffork-$SYSNAME.c
+9c get9root.c
9a getcallerpc-$OBJTYPE.s || 9c getcallerpc-$OBJTYPE.c
9c getenv.c
9c getfields.c
@@ -41,6 +40,8 @@ cd lib9
9c getuser.c
9c getwd.c
9c jmp.c
+9c lrand.c
+9c lnrand.c
9c lock.c
9c main.c
9c malloc.c
@@ -53,6 +54,7 @@ cd lib9
9c nrand.c
9c nulldir.c
9c open.c
+9c opentemp.c
9c pipe.c
9c post9p.c
9c postnote.c
@@ -73,6 +75,7 @@ cd lib9
9c u16.c
9c u32.c
9c u64.c
+9c unsharp.c
9c wait.c
9c waitpid.c
9c -Ifmt fmt/dofmt.c
@@ -128,7 +131,7 @@ cd lib9
9c utf/utfrrune.c
9c utf/utfrune.c
9c utf/utfutf.c
-9ar rvc ../../lib/lib9.a _exits.o _p9dialparse.o _p9dir.o _p9proc.o _p9translate.o access.o announce.o argv0.o atexit.o atnotify.o await.o cistrcmp.o cistrncmp.o cistrstr.o cleanname.o convD2M.o convM2D.o convM2S.o convS2M.o create.o ctime.o date.o dial.o dirfstat.o dirfwstat.o dirmodefmt.o dirread.o dirstat.o dirwstat.o dup.o encodefmt.o errstr.o exec.o fcallfmt.o ffork-$SYSNAME.o getcallerpc-$OBJTYPE.o getenv.o getfields.o getns.o getuser.o getwd.o jmp.o lock.o main.o malloc.o malloctag.o mallocz.o nan.o needsrcquote.o netmkaddr.o notify.o nrand.o nulldir.o open.o pipe.o post9p.o postnote.o qlock.o quote.o read9pmsg.o readn.o rendez-$SYSNAME.o rfork.o seek.o sendfd.o sleep.o strecpy.o sysfatal.o tas-$OBJTYPE.o time.o tokenize.o u16.o u32.o u64.o wait.o waitpid.o dofmt.o fltfmt.o fmt.o fmtfd.o fmtfdflush.o fmtlock.o fmtprint.o fmtquote.o fmtrune.o fmtstr.o fmtvprint.o fprint.o nan64.o print.o runefmtstr.o runeseprint.o runesmprint.o runesnprint.o runesprint.o runevseprint.o runevsmprint.o runevsnprint.o seprint.o smprint.o snprint.o sprint.o strtod.o vfprint.o vseprint.o vsmprint.o vsnprint.o charstod.o pow10.o rune.o runestrcat.o runestrchr.o runestrcmp.o runestrcpy.o runestrdup.o runestrlen.o runestrecpy.o runestrncat.o runestrncmp.o runestrncpy.o runestrrchr.o runestrstr.o runetype.o utfecpy.o utflen.o utfnlen.o utfrrune.o utfrune.o utfutf.o
+9ar rvc ../../lib/lib9.a _exits.o _p9dialparse.o _p9dir.o _p9proc.o announce.o argv0.o atexit.o atnotify.o await.o cistrcmp.o cistrncmp.o cistrstr.o cleanname.o convD2M.o convM2D.o convM2S.o convS2M.o create.o ctime.o date.o dial.o dirfstat.o dirfwstat.o dirmodefmt.o dirread.o dirstat.o dirwstat.o dup.o encodefmt.o errstr.o exec.o fcallfmt.o ffork-$SYSNAME.o get9root.o getcallerpc-$OBJTYPE.o getenv.o getfields.o getns.o getuser.o getwd.o jmp.o lrand.o lnrand.o lock.o main.o malloc.o malloctag.o mallocz.o nan.o needsrcquote.o netmkaddr.o notify.o nrand.o nulldir.o open.o opentemp.o pipe.o post9p.o postnote.o qlock.o quote.o read9pmsg.o readn.o rendez-$SYSNAME.o rfork.o seek.o sendfd.o sleep.o strecpy.o sysfatal.o tas-$OBJTYPE.o time.o tokenize.o u16.o u32.o u64.o unsharp.o wait.o waitpid.o dofmt.o fltfmt.o fmt.o fmtfd.o fmtfdflush.o fmtlock.o fmtprint.o fmtquote.o fmtrune.o fmtstr.o fmtvprint.o fprint.o nan64.o print.o runefmtstr.o runeseprint.o runesmprint.o runesnprint.o runesprint.o runevseprint.o runevsmprint.o runevsnprint.o seprint.o smprint.o snprint.o sprint.o strtod.o vfprint.o vseprint.o vsmprint.o vsnprint.o charstod.o pow10.o rune.o runestrcat.o runestrchr.o runestrcmp.o runestrcpy.o runestrdup.o runestrlen.o runestrecpy.o runestrncat.o runestrncmp.o runestrncpy.o runestrrchr.o runestrstr.o runetype.o utfecpy.o utflen.o utfnlen.o utfrrune.o utfrune.o utfutf.o
cd ..
cd libbio
9c bbuffered.c