Improve logging - show BBOX if exists (#1096)

The generate-bbox target will now show the value of BBOX if it is already generated.
This commit is contained in:
Yuri Astrakhan 2021-03-30 15:02:34 -04:00 committed by GitHub
parent d5480d2369
commit 1f6eb7b4a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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