This website requires JavaScript.
Explore
Help
Sign in
o5r
/
plan9port
Watch
1
Star
0
Fork
You've already forked plan9port
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
b1b88c75fd
plan9port
/
dist
/
buildmk
7 lines
95 B
Text
Raw
Normal View
History
Unescape
Escape
need this
2005-11-29 01:15:02 +00:00
#!/bin/sh
# run this in the src directory
src: mv ../buildEnvironmentVariables mkhdr Also note that the file must be valid shell and mk input. For #321.
2020-01-09 20:08:10 -05:00
. ../src/mkenv
all: remove $OBJTYPE from build Now that we assume pthreads, the only assembly left is in libmp and libsec. We only ever added assembly for 386. The portable C code is fine for plan9port.
2020-12-30 07:39:16 -05:00
export SYSNAME INSTALL
need this
2005-11-29 01:15:02 +00:00
sh -x mkmk.sh
Reference in a new issue
Copy permalink