We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90dcbe1 commit 405033bCopy full SHA for 405033b
1 file changed
Makefile.cache
@@ -68,7 +68,7 @@
68
# Run the 'touch cache.skip.common' command in the base directory to exclude the common files from caching
69
SONIC_COMMON_FILES_LIST := $(if $(wildcard cache.skip.common),, .platform slave.mk rules/functions Makefile.cache)
70
SONIC_COMMON_FLAGS_LIST := $(CONFIGURED_PLATFORM) \
71
- $(SONIC_DPKG_CACHE_SOURCE) $(SONIC_DEBUGGING_ON) \
+ $(SONIC_DEBUGGING_ON) \
72
$(SONIC_PROFILING_ON) $(SONIC_ENABLE_SYNCD_RPC)
73
SONIC_COMMON_DPKG_LIST := debian/control debian/changelog debian/rules \
74
debian/compat debian/install debian/copyright
0 commit comments