Skip to content
Snippets Groups Projects
Commit a3a9e039 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

ignore errors in the find command for dep checks

SVN-Revision: 6997
parent a44434cb
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,6 @@ define rdep ...@@ -23,6 +23,6 @@ define rdep
endif endif
$(3): FORCE $(3): FORCE
@find $(1) $(FINDPARAMS) $(4) 2>/dev/null | md5s > $$@ @-find $(1) $(FINDPARAMS) $(4) 2>/dev/null | md5s > $$@
endef endef
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment