mirror of
https://github.com/Zygo/bees.git
synced 2025-08-04 14:53:28 +02:00
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
fd6c3b3769 |
7
Makefile
7
Makefile
@@ -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/'
|
||||||
|
Reference in New Issue
Block a user