ignore errors in the find command for dep checks
SVN-Revision: 6997
This commit is contained in:
parent
a44434cb9f
commit
a3a9e039d8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue