Skip to content

Commit 6164d58

Browse files
authoredMay 19, 2024
[Build]: fix DPKG cache for frr (#17475)
Fix #16713 Variable SMDEP_FILES is empty and smdep file is not generated for sonic-frr.
1 parent a0b2f0a commit 6164d58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎rules/frr.dep

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ DEP_FILES += $(addprefix $(SPATH)/,$(shell cd $(SPATH) && git ls-files |grep -
99
FRR_SPATH := $(SPATH)/frr
1010
SMDEP_FILES := $(addprefix $(FRR_SPATH)/,$(shell cd $(FRR_SPATH) && git ls-files \
1111
| grep -Ev -e 'debian/changelog$$$$' \
12-
-e "$(find -L tests/ -xtype l)" \
12+
-e "$$(find -L tests/ -xtype l)" \
1313
))
1414

1515
$(FRR)_CACHE_MODE := GIT_CONTENT_SHA

0 commit comments

Comments
 (0)