Skip to content

Commit e2cb2ea

Browse files
make: deprecate make single line static build
Part of #206
1 parent 79db56c commit e2cb2ea

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616

1717
### Changed
1818
- Display two digits after decimal point instead of three
19+
- Deprecate make single line static build
1920

2021
### Fixed
2122
- TDG Kafka brokers rps panels alias condition for InfluxDB

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,12 @@ endif
4444

4545
.PHONY: build-static-prometheus
4646
build-static-prometheus:
47+
@echo "This command is deprecated. Please, migrate to using 'CONFIG=config.yml make build' instead"
4748
${MAKE} DASHBOARD_TEMPLATE='Tarantool' _build-static-prometheus
4849

4950
.PHONY: build-static-tdg-prometheus
5051
build-static-tdg-prometheus:
52+
@echo "This command is deprecated. Please, migrate to using 'CONFIG=config.yml make build' instead"
5153
${MAKE} DASHBOARD_TEMPLATE='TDG' _build-static-prometheus
5254

5355

@@ -73,10 +75,12 @@ endif
7375

7476
.PHONY: build-static-influxdb
7577
build-static-influxdb:
78+
@echo "This command is deprecated. Please, migrate to using 'CONFIG=config.yml make build' instead"
7679
${MAKE} DASHBOARD_TEMPLATE='Tarantool' _build-static-influxdb
7780

7881
.PHONY: build-static-tdg-influxdb
7982
build-static-tdg-influxdb:
83+
@echo "This command is deprecated. Please, migrate to using 'CONFIG=config.yml make build' instead"
8084
${MAKE} DASHBOARD_TEMPLATE='TDG' _build-static-influxdb
8185

8286

0 commit comments

Comments
 (0)