aboutsummaryrefslogtreecommitdiff
path: root/src/mkmk.sh
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-03-03 21:21:29 +0000
committerrsc <devnull@localhost>2004-03-03 21:21:29 +0000
commit6a0523b94e43101298d4d90466fe049bc89249ce (patch)
treee292cb5a06d3bcaa56bf929ad27c504b9a5997d1 /src/mkmk.sh
parent4615bace42a7173d3ee477150c24d6dffdbbcef9 (diff)
downloadplan9port-6a0523b94e43101298d4d90466fe049bc89249ce.tar.gz
plan9port-6a0523b94e43101298d4d90466fe049bc89249ce.tar.bz2
plan9port-6a0523b94e43101298d4d90466fe049bc89249ce.zip
Account for C vs. assembly in tas and getcallerpc. Sigh.
Diffstat (limited to 'src/mkmk.sh')
-rw-r--r--src/mkmk.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mkmk.sh b/src/mkmk.sh
index f1126c8d..844d343f 100644
--- a/src/mkmk.sh
+++ b/src/mkmk.sh
@@ -34,7 +34,7 @@ cd lib9
9c exec.c
9c fcallfmt.c
9c ffork-$SYSNAME.c
-9a getcallerpc-$OBJTYPE.s
+9a getcallerpc-$OBJTYPE.s || 9c getcallerpc-$OBJTYPE.c
9c getenv.c
9c getfields.c
9c getns.c
@@ -67,7 +67,7 @@ cd lib9
9c sleep.c
9c strecpy.c
9c sysfatal.c
-9c tas-$OBJTYPE.c
+9a tas-$SYSNAME.s || 9c tas-$SYSNAME.c
9c time.c
9c tokenize.c
9c u16.c
@@ -128,7 +128,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-Darwin.o rfork.o seek.o sendfd.o sleep.o strecpy.o sysfatal.o tas-PowerMacintosh.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 _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
cd ..
cd libbio
9c bbuffered.c