This website requires JavaScript.
Explore
Help
Sign In
mysticmode
/
plan9port
Watch
1
Star
0
Fork
0
You've already forked plan9port
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
master
Add File
New File
Apply Patch
plan9port
/
dist
/
buildmk
7 lines
95 B
Plaintext
Raw
Permalink
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 New Issue
Copy Permalink