Skip to content

Commit

Permalink
Fix GNATprove caching
Browse files Browse the repository at this point in the history
Ref. eng/recordflux/RecordFlux#1539
  • Loading branch information
treiher committed Mar 1, 2024
1 parent d592d43 commit 19456f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ SHELL = /bin/bash
GNATPROVE = $(MAKEFILE_DIR)/tools/gnatprove

# Use GNATprove's file-based caching by default and ensure the directory exists.
GNATPROVE_CACHE ?= file:$(MAKEFILE_DIR)$(BUILD_DIR)/gnatprove_cache
GNATPROVE_CACHE ?= file:$(MAKEFILE_DIR)/$(BUILD_DIR)/gnatprove_cache

ifneq (,$(findstring file:,$(GNATPROVE_CACHE)))
GNATPROVE_CACHE_DIR = $(subst file:,,$(GNATPROVE_CACHE))
Expand Down

0 comments on commit 19456f3

Please sign in to comment.