diff options
author | snermolaev <snermolaev@yandex-team.ru> | 2022-02-10 16:45:53 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:53 +0300 |
commit | 2015790ac9fcc04caab83fccc23ab2460310a797 (patch) | |
tree | e644e9bc3f6f688561a871793b59bf8a637e0f72 /tools/fix_elf | |
parent | c768a99151e47c3a4bb7b92c514d256abd301c4d (diff) | |
download | ydb-2015790ac9fcc04caab83fccc23ab2460310a797.tar.gz |
Restoring authorship annotation for <snermolaev@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'tools/fix_elf')
-rw-r--r-- | tools/fix_elf/bin/ya.make | 34 | ||||
-rw-r--r-- | tools/fix_elf/ya.make | 18 |
2 files changed, 26 insertions, 26 deletions
diff --git a/tools/fix_elf/bin/ya.make b/tools/fix_elf/bin/ya.make index 8348c8b742..4c995c1fd5 100644 --- a/tools/fix_elf/bin/ya.make +++ b/tools/fix_elf/bin/ya.make @@ -1,17 +1,17 @@ -OWNER(somov) - -PROGRAM(fix_elf) - -SRCDIR( - tools/fix_elf -) - -SRCS( - patch.cpp -) - -PEERDIR( - library/cpp/getopt/small -) - -END() +OWNER(somov) + +PROGRAM(fix_elf) + +SRCDIR( + tools/fix_elf +) + +SRCS( + patch.cpp +) + +PEERDIR( + library/cpp/getopt/small +) + +END() diff --git a/tools/fix_elf/ya.make b/tools/fix_elf/ya.make index 747323d868..bb2e8b8552 100644 --- a/tools/fix_elf/ya.make +++ b/tools/fix_elf/ya.make @@ -1,13 +1,13 @@ OWNER(somov) -IF (USE_PREBUILT_TOOLS) - INCLUDE(${ARCADIA_ROOT}/build/prebuilt/tools/fix_elf/ya.make.prebuilt) -ENDIF() +IF (USE_PREBUILT_TOOLS) + INCLUDE(${ARCADIA_ROOT}/build/prebuilt/tools/fix_elf/ya.make.prebuilt) +ENDIF() -IF (NOT PREBUILT) - INCLUDE(${ARCADIA_ROOT}/tools/fix_elf/bin/ya.make) -ENDIF() +IF (NOT PREBUILT) + INCLUDE(${ARCADIA_ROOT}/tools/fix_elf/bin/ya.make) +ENDIF() -RECURSE( - bin -) +RECURSE( + bin +) |