Skip to content

Commit

Permalink
[build] Extend rules/config.user to more Makefiles (#7344)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
bluecmd authored and daall committed May 10, 2021
1 parent 37d4b95 commit 446f9ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.work
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 446f9ed

Please sign in to comment.