Skip to content

Commit

Permalink
ignore errors in the find command for dep checks
Browse files Browse the repository at this point in the history
SVN-Revision: 6997
  • Loading branch information
Felix Fietkau committed Apr 18, 2007
1 parent a44434c commit a3a9e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/depends.mk
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ define rdep
endif

$(3): FORCE
@find $(1) $(FINDPARAMS) $(4) 2>/dev/null | md5s > $$@
@-find $(1) $(FINDPARAMS) $(4) 2>/dev/null | md5s > $$@

endef

0 comments on commit a3a9e03

Please sign in to comment.