aboutsummaryrefslogtreecommitdiff
path: root/dist/buildmk
diff options
context:
space:
mode:
authorRuss Cox <rsc@swtch.com>2020-01-09 20:08:10 -0500
committerRuss Cox <rsc@swtch.com>2020-01-09 20:08:10 -0500
commit77a0a5b5194d4441c86de097f2aae297cb75e2c2 (patch)
treedff7cb4628f2c5f7da665a7608647001302918e8 /dist/buildmk
parent5aad8f3d6d24ee109ea23514862fa579191cb5e4 (diff)
downloadplan9port-77a0a5b5194d4441c86de097f2aae297cb75e2c2.tar.gz
plan9port-77a0a5b5194d4441c86de097f2aae297cb75e2c2.tar.bz2
plan9port-77a0a5b5194d4441c86de097f2aae297cb75e2c2.zip
src: mv ../buildEnvironmentVariables mkhdr
Also note that the file must be valid shell and mk input. For #321.
Diffstat (limited to 'dist/buildmk')
-rwxr-xr-xdist/buildmk2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/buildmk b/dist/buildmk
index 6be4ba50..c559570c 100755
--- a/dist/buildmk
+++ b/dist/buildmk
@@ -1,6 +1,6 @@
#!/bin/sh
# run this in the src directory
+. ../src/mkenv
export SYSNAME OBJTYPE
-. ../buildEnvironmentVariables
sh -x mkmk.sh