mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
77a0a5b519
Also note that the file must be valid shell and mk input. For #321.
6 lines
95 B
Bash
Executable file
6 lines
95 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# run this in the src directory
|
|
. ../src/mkenv
|
|
export SYSNAME OBJTYPE
|
|
sh -x mkmk.sh
|