diff options
author | miroslav2 <miroslav2@yandex-team.com> | 2024-07-01 09:39:40 +0300 |
---|---|---|
committer | miroslav2 <miroslav2@yandex-team.com> | 2024-07-01 09:56:34 +0300 |
commit | 39d6b4e403f27b6adda124cc1a099f454c3db241 (patch) | |
tree | 7092b8518e206767f8e8271ae6e80eeb0897e96e /build/scripts/with_pathsep_resolve.py | |
parent | f6e158056ed38be7c4c500adbe132bc0ecf1866a (diff) | |
download | ydb-39d6b4e403f27b6adda124cc1a099f454c3db241.tar.gz |
Simplest improvements for Java build, remove chained 'execv' Python calls
* remove chained 'execv' Python calls for compiling Java with with "javac" and "ErrorProne" - replace with single "run_javac.py" script
84bc60b4e87890e6ceea1ef22a2c0936410ff6bb
Diffstat (limited to 'build/scripts/with_pathsep_resolve.py')
-rw-r--r-- | build/scripts/with_pathsep_resolve.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/scripts/with_pathsep_resolve.py b/build/scripts/with_pathsep_resolve.py index 5970fba0c7..80fb5499d2 100644 --- a/build/scripts/with_pathsep_resolve.py +++ b/build/scripts/with_pathsep_resolve.py @@ -4,6 +4,7 @@ import subprocess import platform +# NOTE: legacy, only for "devtools/ya/jbuild" def fix_args(args): just_replace_it = False for arg in args: |