Skip to content

Commit

Permalink
Rename the SUBPACKAGES and XPKG_REG_ORGS make variables
Browse files Browse the repository at this point in the history
Signed-off-by: Fatih Türken <[email protected]>
  • Loading branch information
turkenf committed Apr 17, 2024
1 parent eb1b302 commit 42cf069
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,10 @@ DEP_CONSTRAINT ?= >= 0.0.0
ifeq (-,$(findstring -,$(VERSION)))
DEP_CONSTRAINT = >= 0.0.0-0
endif
# Define SUBPACKAGES variable and set its value from PROVIDERS
SUBPACKAGES := $(PROVIDERS)
# Define XPKG_REG_ORGS variable and set its value from REPO
XPKG_REG_ORGS := $(REPO)
load-pkg: $(UP) build.all
@$(INFO) Loading the family providers into the Docker daemon: $(SUBPACKAGES)
@for p in $(PLATFORMS); do \
Expand Down

0 comments on commit 42cf069

Please sign in to comment.