1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00

export var to submakes

This commit is contained in:
Jason N. 2024-04-04 20:50:44 -04:00
parent dcda4a8402
commit e9544dc67d

View file

@ -34,9 +34,9 @@ _TEMPLATE_VARS := ARCH IMAGE_NAME IMAGE_REPO _IMAGE_REPO_DOUBLE_ESCA
_VOLID := $(firstword $(subst -, ,$(IMAGE_NAME)))-$(ARCH)-$(IMAGE_TAG)
ifeq ($(findstring redhat.repo,$(REPOS)),redhat.repo)
_RHEL := true
export _RHEL := true
else
_RHEL := false
export _RHEL := false
endif
ifeq ($(_RHEL),true)