From fd6c3b37698f1578251acac255ccd58697689a8b Mon Sep 17 00:00:00 2001 From: Kai Krakow Date: Sat, 28 Jan 2023 11:21:51 +0100 Subject: [PATCH] Makefile: also drop fiemap and fiewalk from main Makefile Fixes: https://github.com/Zygo/bees/commit/ccd8dcd43f0c903a94367817a0a9e94034a5cce4 Signed-off-by: Kai Krakow --- Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 44913bd..1918372 100644 --- a/Makefile +++ b/Makefile @@ -49,11 +49,6 @@ scripts/%: scripts/%.in scripts: scripts/beesd scripts/beesd@.service -install_tools: ## Install support tools + libs -install_tools: src - install -Dm755 bin/fiemap $(DESTDIR)$(PREFIX)/bin/fiemap - install -Dm755 bin/fiewalk $(DESTDIR)$(PREFIX)/sbin/fiewalk - install_bees: ## Install bees + libs install_bees: src $(RUN_INSTALL_TESTS) install -Dm755 bin/bees $(DESTDIR)$(LIBEXEC_PREFIX)/bees @@ -67,7 +62,7 @@ ifneq ($(SYSTEMD_SYSTEM_UNIT_DIR),) endif install: ## Install distribution -install: install_bees install_scripts $(OPTIONAL_INSTALL_TARGETS) +install: install_bees install_scripts help: ## Show help @fgrep -h "##" $(MAKEFILE_LIST) | fgrep -v fgrep | sed -e 's/\\$$//' | sed -e 's/##/\t/'