[pve-devel] [PATCH v3 pve-manager 13/13] bin/make: gather helper scripts in separate variable
Max Carrara
m.carrara at proxmox.com
Fri Feb 16 15:56:15 CET 2024
Signed-off-by: Max Carrara <m.carrara at proxmox.com>
---
Changes v2 --> v3:
* new
bin/Makefile | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/bin/Makefile b/bin/Makefile
index b221e4b1..180a91b5 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -25,6 +25,10 @@ SCRIPTS = \
pveperf \
pvereport
+HELPERS = \
+ pve-startall-delay \
+ pve-init-ceph-crash
+
SERVICE_MANS = $(addsuffix .8, $(SERVICES))
CLI_MANS = \
@@ -82,8 +86,7 @@ install: $(SCRIPTS) $(CLI_MANS) $(SERVICE_MANS) $(BASH_COMPLETIONS) $(ZSH_COMPLE
install -d $(BINDIR)
install -m 0755 $(SCRIPTS) $(BINDIR)
install -d $(USRSHARE)/helpers
- install -m 0755 pve-startall-delay $(USRSHARE)/helpers
- install -m 0755 pve-init-ceph-crash $(USRSHARE)/helpers
+ install -m 0755 $(HELPERS) $(USRSHARE)/helpers
install -d $(MAN1DIR)
install -m 0644 $(CLI_MANS) $(MAN1DIR)
install -d $(MAN8DIR)
--
2.39.2
More information about the pve-devel
mailing list