This website requires JavaScript.
Explore
Help
Register
Sign in
cirno
/
plan9port
Watch
1
Star
0
Fork
You've already forked plan9port
0
mirror of
https://github.com/9fans/plan9port.git
synced
2025-01-12 11:10:07 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
61e362add9
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-10 01:08:10 +00: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 12:39:16 +00: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