diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-04-30 20:44:18 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-04-30 20:44:18 -0400 |
| commit | b516d8c7c6403f1a5f67eddbfd96150c9d71ae09 (patch) | |
| tree | b02fbb7e4a3c9195e4faa147f739a1f83b15e464 /Makefile | |
| parent | dfedf3f2bb434065da3ddbc931e87a4017535f80 (diff) | |
Remove checks and dependencies
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -176,19 +176,6 @@ deps: bash ./install_dependencies.sh check-utilities: check-c-compiler - @which objcopy 2>/dev/null >/dev/null \ - || { printf '\033[31;1m%s\033[m\n' "I couldn't find 'objcopy' on your system! Try installing the package 'binutils' with your package manager."; exit 1; } - @if echo | $(DEFAULT_C_COMPILER) -dM -E - | grep -q '__ELF__'; then \ - which patchelf 2>/dev/null >/dev/null \ - || { printf '\033[31;1m%s\033[m\n' "I couldn't find 'patchelf' on your system! Try installing the package 'binutils' with your package manager."; exit 1; }; \ - else \ - which llvm-objcopy 2>/dev/null >/dev/null \ - || { printf '\033[31;1m%s\033[m\n' "I couldn't find 'llvm-objcopy' on your system! Try installing the package 'llvm' with your package manager."; exit 1; }; \ - fi - @which nm 2>/dev/null >/dev/null \ - || { printf '\033[31;1m%s\033[m\n' "I couldn't find 'nm' on your system! Try installing the package 'binutils' with your package manager."; exit 1; } - @which awk 2>/dev/null >/dev/null \ - || { printf '\033[31;1m%s\033[m\n' "I couldn't find 'awk' on your system! Try installing the package 'awk' with your package manager."; exit 1; } @which debugedit 2>/dev/null >/dev/null \ || printf '\033[33;1m%s\033[m\n' "I couldn't find 'debugedit' on your system! Try installing the package 'debugedit' with your package manager. (It's not required though)" |
