tmkfile, mkmk.sh: update for new asm-free getcallerpc - 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 5aad8f3d6d24ee109ea23514862fa579191cb5e4
DIR parent 323e1a8fac276f008e6d5146a83cbc88edeabc87
HTML Author: Russ Cox <rsc@swtch.com>
Date: Thu, 9 Jan 2020 19:57:56 -0500
mkfile, mkmk.sh: update for new asm-free getcallerpc
Diffstat:
M src/mkfile | 1 -
M src/mkmk.sh | 5 +++--
2 files changed, 3 insertions(+), 3 deletions(-)
---
DIR diff --git a/src/mkfile b/src/mkfile
t@@ -38,7 +38,6 @@ mkmk.sh:VD:
s/'$SYSNAME'/$SYSNAME/g
s/'$OBJTYPE'/$OBJTYPE/g
s;'$PLAN9';$PLAN9;g
- 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
DIR diff --git a/src/mkmk.sh b/src/mkmk.sh
t@@ -37,8 +37,9 @@ echo cd `pwd`
9c execl.c
9c exitcode.c
9c fcallfmt.c
+9c frand.c
9c get9root.c
-9c getcallerpc-$OBJTYPE.c || 9a getcallerpc-$OBJTYPE.s
+9c getcallerpc.c
9c getenv.c
9c getfields.c
9c getnetconn.c
t@@ -149,7 +150,7 @@ echo cd `pwd`
9c utf/utfrrune.c
9c utf/utfrune.c
9c utf/utfutf.c
mx1.adamsgaard.dk:70 /src/plan9port/commit/5aad8f3d6d24ee109ea23514862fa579191cb5e4.gph:47: line too long