mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-12 12:46:23 +01:00
Makefile: add missing vmbackup
and vmrestore
to all
and all-pure
targets
This commit is contained in:
parent
d687e5518d
commit
fb5848f536
16
Makefile
16
Makefile
@ -13,12 +13,16 @@ GO_BUILDINFO = -X '$(PKG_PREFIX)/lib/buildinfo.Version=$(APP_NAME)-$(shell date
|
|||||||
all: \
|
all: \
|
||||||
vminsert \
|
vminsert \
|
||||||
vmselect \
|
vmselect \
|
||||||
vmstorage
|
vmstorage \
|
||||||
|
vmbackup \
|
||||||
|
vmrestore
|
||||||
|
|
||||||
all-pure: \
|
all-pure: \
|
||||||
vminsert-pure \
|
vminsert-pure \
|
||||||
vmselect-pure \
|
vmselect-pure \
|
||||||
vmstorage-pure
|
vmstorage-pure \
|
||||||
|
vmbackup-pure \
|
||||||
|
vmrestore-pure
|
||||||
|
|
||||||
include app/*/Makefile
|
include app/*/Makefile
|
||||||
include deployment/*/Makefile
|
include deployment/*/Makefile
|
||||||
@ -27,16 +31,16 @@ clean:
|
|||||||
rm -rf bin/*
|
rm -rf bin/*
|
||||||
|
|
||||||
publish: \
|
publish: \
|
||||||
publish-vmstorage \
|
|
||||||
publish-vmselect \
|
|
||||||
publish-vminsert \
|
publish-vminsert \
|
||||||
|
publish-vmselect \
|
||||||
|
publish-vmstorage \
|
||||||
publish-vmbackup \
|
publish-vmbackup \
|
||||||
publish-vmrestore
|
publish-vmrestore
|
||||||
|
|
||||||
package: \
|
package: \
|
||||||
package-vmstorage \
|
|
||||||
package-vmselect \
|
|
||||||
package-vminsert \
|
package-vminsert \
|
||||||
|
package-vmselect \
|
||||||
|
package-vmstorage \
|
||||||
package-vmbackup \
|
package-vmbackup \
|
||||||
package-vmrestore
|
package-vmrestore
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user