mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
try to use system binaries
This commit is contained in:
parent
eb545d0f4f
commit
e12c800fbc
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
../bin/mk: mkmk.sh
|
||||
SYSNAME=`uname` export SYSNAME; \
|
||||
OBJTYPE=`uname -m | sed 's;i.86;386;; s;amd64;x86_64;; s;/.*;;; s; ;;g; s/PowerMacintosh/power/; s/macppc/power/g; s/ppc64/power/g; s/ppc/power/g'` export OBJTYPE; \
|
||||
PATH=`pwd`/../bin:$$PATH export PATH; \
|
||||
PATH=/bin:/usr/bin:/usr/local/bin:`pwd`/../bin:$$PATH export PATH; \
|
||||
PLAN9=`pwd`/.. export PLAN9; \
|
||||
sh -x mkmk.sh
|
||||
|
||||
|
|
Loading…
Reference in a new issue