diff --git a/rules/frr.dep b/rules/frr.dep index 6ae2166509..d113202cf3 100644 --- a/rules/frr.dep +++ b/rules/frr.dep @@ -9,15 +9,7 @@ DEP_FILES += $(addprefix $(SPATH)/,$(shell cd $(SPATH) && git ls-files |grep - FRR_SPATH := $(SPATH)/frr SMDEP_FILES := $(addprefix $(FRR_SPATH)/,$(shell cd $(FRR_SPATH) && git ls-files \ | grep -Ev -e 'debian/changelog$$$$' \ - -e '^tests/topotests/grpc_basic/lib$$$$' \ - -e '^tests/topotests/ospfapi/lib$$$$' \ - -e '^tests/topotests/bgp_instance_del_test/ce[0-9]$$$$' \ - -e '^tests/topotests/bgp_instance_del_test/r[0-9]$$$$' \ - -e '^tests/topotests/bgp_instance_del_test/scripts$$$$' \ - -e '^tests/topotests/bgp_instance_del_test/customize.py$$$$' \ - -e '^tests/topotests/bgp_rfapi_basic_sanity_config2/customize.py$$$$' \ - -e '^tests/topotests/bgp_rfapi_basic_sanity_config2/scripts$$$$' \ - -e '^tests/topotests/bgp_rfapi_basic_sanity_config2/test_bgp_rfapi_basic_sanity_config2.py$$$$' \ + -e "$(find -L tests/ -xtype l)" \ )) $(FRR)_CACHE_MODE := GIT_CONTENT_SHA