Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile.cache
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
SONIC_COMMON_FILES_LIST := $(if $(wildcard cache.skip.common),, .platform slave.mk rules/functions Makefile.cache)
SONIC_COMMON_FLAGS_LIST := $(CONFIGURED_PLATFORM) \
$(SONIC_DPKG_CACHE_SOURCE) $(SONIC_DEBUGGING_ON) \
$(SONIC_PROFILING_ON) $(SONIC_SANITIZER_ON)
$(SONIC_PROFILING_ON) $(SONIC_SANITIZER_ON) $(ENABLE_SYNCD_RPC)
Copy link
Copy Markdown
Collaborator

@qiluo-msft qiluo-msft Mar 19, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ENABLE_SYNCD_RPC [](start = 74, length = 16)

which one should use? SONIC_ENABLE_SYNCD_RPC? #Closed

Copy link
Copy Markdown
Collaborator Author

@xumia xumia Mar 19, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed. Should follow the same way, using the variable starting with SONIC_

SONIC_BUILD_INSTRUCTION := make
-f slave.mk
BLDENV=$(BLDENV)
.....
*SONIC_ENABLE_SYNCD_RPC=$(ENABLE_SYNCD_RPC) *

Copy link
Copy Markdown
Collaborator

@qiluo-msft qiluo-msft Mar 19, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SONIC_SANITIZER_ON [](start = 52, length = 18)

This is nowhere used. Can we remove? #Closed

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed.

SONIC_COMMON_DPKG_LIST := debian/control debian/changelog debian/rules \
debian/compat debian/install debian/copyright
SONIC_COMMON_BASE_FILES_LIST := sonic-slave-jessie/Dockerfile.j2 sonic-slave-jessie/Dockerfile.user \
Expand Down