diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2025-07-16 15:47:36 +0200 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2025-07-28 12:53:26 +0200 |
| commit | ae0fcf3a4208401f5dc0296c29227a55f63163da (patch) | |
| tree | 3f3612b982c1180064e944e1a83060f0161af57e /Makefile | |
| parent | 54a2b553f46df6dc98a4b8410788e35165e0fa3e (diff) | |
[chore] overdue maintenance of shell scripts
Removes obsolete scripts and fix various leftovers.
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -39,9 +39,6 @@ clean: py.clean docs.clean node.clean nvm.clean test.clean $(Q)find . -name '*~' -exec rm -f {} + $(Q)find . -name '*.bak' -exec rm -f {} + -lxc.clean: - $(Q)rm -rf lxc-env - PHONY += search.checker search.checker.% search.checker: install $(Q)./manage pyenv.cmd searxng-checker -v @@ -64,9 +61,7 @@ test.shell: utils/lib_nvm.sh \ utils/lib_redis.sh \ utils/lib_valkey.sh \ - utils/searxng.sh \ - utils/lxc.sh \ - utils/lxc-searxng.env + utils/searxng.sh $(Q)$(MTOOLS) build_msg TEST "$@ OK" |