src: mv ../buildEnvironmentVariables mkhdr

Also note that the file must be valid shell and mk input.
For #321.
This commit is contained in:
Russ Cox 2020-01-09 20:08:10 -05:00
parent 5aad8f3d6d
commit 77a0a5b519
3 changed files with 5 additions and 2 deletions

2
dist/buildmk vendored
View file

@ -1,6 +1,6 @@
#!/bin/sh
# run this in the src directory
. ../src/mkenv
export SYSNAME OBJTYPE
. ../buildEnvironmentVariables
sh -x mkmk.sh