mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
6f5bd96ed8
This should prevent the issues of dist/buildmk and src/mkhdr getting out of synchronization yet again. I also add a rule for arm64 to the OBJTYPE sed command. Fixes #243 Fixes #320 Change-Id: I60f69a1f32b5ed5ae5ac8a1659c38e29debed005
6 lines
111 B
Bash
Executable file
6 lines
111 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# run this in the src directory
|
|
export SYSNAME OBJTYPE
|
|
. ../buildEnvironmentVariables
|
|
sh -x mkmk.sh
|