From 1f6eb7b4a30941ef534624931fcf3cd700ecbee4 Mon Sep 17 00:00:00 2001 From: Yuri Astrakhan Date: Tue, 30 Mar 2021 15:02:34 -0400 Subject: [PATCH] Improve logging - show BBOX if exists (#1096) The generate-bbox target will now show the value of BBOX if it is already generated. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f51c9630..0c46c83f 100644 --- a/Makefile +++ b/Makefile @@ -351,7 +351,7 @@ generate-bbox-file: ifeq (,$(wildcard $(AREA_BBOX_FILE))) @$(DOCKER_COMPOSE) run $(DC_OPTS) openmaptiles-tools download-osm bbox "$(PBF_FILE)" "$(AREA_BBOX_FILE)" else - @echo "Configuration file $(AREA_BBOX_FILE) already exists, no need to regenerate." + @echo "Configuration file $(AREA_BBOX_FILE) already exists, no need to regenerate. BBOX=$(BBOX)" endif .PHONY: psql