diff options
| author | Russ Cox <rsc@swtch.com> | 2020-01-09 20:08:10 -0500 |
|---|---|---|
| committer | Russ Cox <rsc@swtch.com> | 2020-01-09 20:08:10 -0500 |
| commit | 77a0a5b5194d4441c86de097f2aae297cb75e2c2 (patch) | |
| tree | dff7cb4628f2c5f7da665a7608647001302918e8 /dist | |
| parent | 5aad8f3d6d24ee109ea23514862fa579191cb5e4 (diff) | |
| download | plan9port-77a0a5b5194d4441c86de097f2aae297cb75e2c2.tar.gz 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')
| -rwxr-xr-x | dist/buildmk | 2 |
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 |
