Skip to content

Commit

Permalink
hash series in patch folder only
Browse files Browse the repository at this point in the history
  • Loading branch information
w1nda committed Dec 18, 2024
1 parent e601508 commit 859c514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/ptf-py3.dep
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

SPATH := $($(PTF_PY3)_SRC_PATH)
DEP_FILES := $(SONIC_COMMON_FILES_LIST) rules/ptf-py3.mk rules/ptf-py3.dep $($(PTF_PY3)_PATCH_PATH)
DEP_FILES := $(SONIC_COMMON_FILES_LIST) rules/ptf-py3.mk rules/ptf-py3.dep $($(PTF_PY3)_PATCH_PATH)/series
DEP_FILES += $(SONIC_COMMON_BASE_FILES_LIST)
SMDEP_FILES := $(addprefix $(SPATH)/,$(shell cd $(SPATH) && find . -type f -exec sh -c 'git ls-files --error-unmatch "$0" >/dev/null 2>&1' {} \; -printf '%P\n'))

Expand Down

0 comments on commit 859c514

Please sign in to comment.