[build] Extend rules/config.user to more Makefiles (#7344)

rules/config.user allows overriding default properties without
touching tracked files. This change makes sure all properties
can be set and not just the ones used in slave.mk.

Signed-off-by: Christian Svensson <blue@cmd.nu>
This commit is contained in:
Christian Svensson 2021-04-18 08:00:28 +02:00 committed by Danny Allen
parent 37d4b9525b
commit 446f9ed274

View File

@ -100,6 +100,7 @@ SLAVE_DIR = sonic-slave-jessie
endif
include rules/config
-include rules/config.user
ifeq ($(ENABLE_DOCKER_BASE_PULL),)
override ENABLE_DOCKER_BASE_PULL = n