commit | e4229a2938668b6e9b336861b383b8bbb4f4914b | [log] [tgz] |
---|---|---|
author | swissChili <swisschili@fastmail.com> | Sun Jan 01 15:59:53 2023 -0500 |
committer | swissChili <swisschili@fastmail.com> | Sun Jan 01 15:59:53 2023 -0500 |
tree | 17126ab78b7f5ec79c4fc395540d62b4c57c6274 | |
parent | 14d0b84bf94802a380045b37098b35f07461dffc [diff] |
Fix sign errors, make JMK2 show relative paths
diff --git a/bin/jmk2 b/bin/jmk2 index 186344c..92b703a 100755 --- a/bin/jmk2 +++ b/bin/jmk2
@@ -38,6 +38,7 @@ set root {$root} set jmk_build_cmd {$0 $*} set jmk_build_dir {$(pwd)} +set jmk_makefile_dir {$PWD/$outdir} cd {$outdir} array set options {$options} source {$root/share/jmk/multiplat.jmk}