Skip to content

Commit

Permalink
feat(scripts): Export CaSILE's build dir for scripts that may use it …
Browse files Browse the repository at this point in the history
…outside of the project dir
  • Loading branch information
alerque committed Oct 17, 2023
1 parent 4fdcaa2 commit d488856
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rules/rules.mk
Expand Up @@ -161,6 +161,9 @@ export FONTCONFIG_FILE := $(shell $(_ENV) test -d "$(BUILDDIR)" || $(MKDIR_P) "$
# setpriv (which we do in Docker), so just keep it all local.
export MAGICK_TEMPORARY_PATH := $(shell $(_ENV) test -d "$(BUILDDIR)" || $(MKDIR_P) "$(BUILDDIR)" && cd "$(BUILDDIR)" && pwd)

# For the benefit of scritps and other contexts outside of this Makefile scope...
export CASILE_BUILDDIR := $(realpath $(BUILDDIR))

# Extensible list of files for git to ignore
IGNORES += $(PROJECTCONFIGS)
IGNORES += $(BUILDDIR)
Expand Down

0 comments on commit d488856

Please sign in to comment.