1
0
mirror of https://github.com/Zygo/bees.git synced 2025-05-17 13:25:45 +02:00

Makefile: also drop fiemap and fiewalk from main Makefile

Fixes: ccd8dcd43f
Signed-off-by: Kai Krakow <kai@kaishome.de>
This commit is contained in:
Kai Krakow 2023-01-28 11:21:51 +01:00
parent 849c071146
commit fd6c3b3769
No known key found for this signature in database
GPG Key ID: 046FAC3028D76321

View File

@ -49,11 +49,6 @@ scripts/%: scripts/%.in
scripts: scripts/beesd scripts/beesd@.service 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: ## Install bees + libs
install_bees: src $(RUN_INSTALL_TESTS) install_bees: src $(RUN_INSTALL_TESTS)
install -Dm755 bin/bees $(DESTDIR)$(LIBEXEC_PREFIX)/bees install -Dm755 bin/bees $(DESTDIR)$(LIBEXEC_PREFIX)/bees
@ -67,7 +62,7 @@ ifneq ($(SYSTEMD_SYSTEM_UNIT_DIR),)
endif endif
install: ## Install distribution install: ## Install distribution
install: install_bees install_scripts $(OPTIONAL_INSTALL_TARGETS) install: install_bees install_scripts
help: ## Show help help: ## Show help
@fgrep -h "##" $(MAKEFILE_LIST) | fgrep -v fgrep | sed -e 's/\\$$//' | sed -e 's/##/\t/' @fgrep -h "##" $(MAKEFILE_LIST) | fgrep -v fgrep | sed -e 's/\\$$//' | sed -e 's/##/\t/'