diff options
Diffstat (limited to 'translate_subx_baremetal')
-rwxr-xr-x | translate_subx_baremetal | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/translate_subx_baremetal b/translate_subx_baremetal index 7058003c..29750abb 100755 --- a/translate_subx_baremetal +++ b/translate_subx_baremetal @@ -7,6 +7,9 @@ # version of translate_subx_debug for baremetal. # * Don't pass in numbered .subx files without translated .mu files. Our test # harness is in test.mu, and only Mu programs can run tests in baremetal. +# +# The baremetal directory is in general not as rigorous about avoiding +# dependency cycles as the top-level. set -e |