mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-06-11 06:47:27 -04:00
ignore errors in the find command for dep checks
SVN-Revision: 6997
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user