projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11aecf7
)
ignore errors in the find command for dep checks
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 18 Apr 2007 10:12:50 +0000
(10:12 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 18 Apr 2007 10:12:50 +0000
(10:12 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6997
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/depends.mk
patch
|
blob
|
history
diff --git
a/include/depends.mk
b/include/depends.mk
index
b74e535
..
07345a3
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
This page took
0.02432 seconds
and
4
git commands to generate.