projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a44434c
)
ignore errors in the find command for dep checks
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 18 Apr 2007 10:12:50 +0000
(10:12 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 18 Apr 2007 10:12:50 +0000
(10:12 +0000)
SVN-Revision: 6997
include/depends.mk
patch
|
blob
|
history
diff --git
a/include/depends.mk
b/include/depends.mk
index b74e535506a382f128b996342f730cc6f09048ff..07345a3998e6d60b3e1d8d1a20a9830e4fad4e6d 100644
(file)
--- a/
include/depends.mk
+++ b/
include/depends.mk
@@
-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