We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0b2f0a commit 6164d58Copy full SHA for 6164d58
rules/frr.dep
@@ -9,7 +9,7 @@ DEP_FILES += $(addprefix $(SPATH)/,$(shell cd $(SPATH) && git ls-files |grep -
9
FRR_SPATH := $(SPATH)/frr
10
SMDEP_FILES := $(addprefix $(FRR_SPATH)/,$(shell cd $(FRR_SPATH) && git ls-files \
11
| grep -Ev -e 'debian/changelog$$$$' \
12
- -e "$(find -L tests/ -xtype l)" \
+ -e "$$(find -L tests/ -xtype l)" \
13
))
14
15
$(FRR)_CACHE_MODE := GIT_CONTENT_SHA
0 commit comments