plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit b0a81ab05d621e68668fcd25633f5560fd1de0b5
parent 1a0f021ef887f1a2f5474760e8cf45a44a0ff0bd
Author: rsc <devnull@localhost>
Date:   Tue,  4 Jan 2005 22:09:23 +0000

set SYSVERSION for 9c

Diffstat:
Msrc/mkhdr | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/mkhdr b/src/mkhdr @@ -1,5 +1,6 @@ SYSNAME=`uname` OBJTYPE=`uname -m | sed 's;i.86;386;; s;/.*;;; s; ;;g' | sed 's/ppc64/power/g' | sed 's/ppc/power/g'` +SYSVERSION=`uname -r` BIN=$PLAN9/bin LIBDIR=$PLAN9/lib