[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:
Родитель
f8d38aeeb5
Коммит
ea46039896
|
@ -91,6 +91,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
|
||||
|
|
Загрузка…
Ссылка в новой задаче