projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07d5fc7
)
build: add missing wildcard for ignoring .pkgdir in dependency checks
author
Felix Fietkau
<
[email protected]
>
Sun, 5 Feb 2017 21:17:24 +0000
(22:17 +0100)
committer
Felix Fietkau
<
[email protected]
>
Sun, 5 Feb 2017 21:17:30 +0000
(22:17 +0100)
Signed-off-by: Felix Fietkau <
[email protected]
>
include/depends.mk
patch
|
blob
|
history
diff --git
a/include/depends.mk
b/include/depends.mk
index 1b74a840b74c7a6547458f00b7d800a45124b081..3df51adae3bf341ade86c932f825085419e58c6c 100644
(file)
--- a/
include/depends.mk
+++ b/
include/depends.mk
@@
-11,7
+11,7
@@
# 3: tempfile for file listings
# 4: find options
-DEP_FINDPARAMS := -x "*/.svn*" -x ".*" -x "*:*" -x "*\!*" -x "* *" -x "*\\\#*" -x "*/.*_check" -x "*/.*.swp" -x "*/.pkgdir"
+DEP_FINDPARAMS := -x "*/.svn*" -x ".*" -x "*:*" -x "*\!*" -x "* *" -x "*\\\#*" -x "*/.*_check" -x "*/.*.swp" -x "*/.pkgdir
*
"
find_md5=find $(wildcard $(1)) -type f $(patsubst -x,-and -not -path,$(DEP_FINDPARAMS) $(2)) | mkhash md5