Skip to content

Commit

Permalink
Improve logging - show BBOX if exists
Browse files Browse the repository at this point in the history
The generate-bbox target will now show the value of BBOX if it is already generated.
  • Loading branch information
nyurik committed Mar 30, 2021
1 parent d5480d2 commit dc5117d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc5117d

Please sign in to comment.