speed up the build system by including include/shell.sh on shell commands only where necessary

SVN-Revision: 22720
This commit is contained in:
Felix Fietkau
2010-08-19 12:49:37 +00:00
parent caf173f869
commit a9136c0892
8 changed files with 12 additions and 12 deletions

View File

@@ -13,7 +13,7 @@
DEP_FINDPARAMS := -x "*/.svn*" -x ".*" -x "*:*" -x "*\!*" -x "* *" -x "*\\\#*" -x "*/.*_check"
find_md5=find $(1) -type f $(patsubst -x,-and -not -path,$(DEP_FINDPARAMS) $(2)) | md5s
find_md5=$(SH_FUNC) find $(1) -type f $(patsubst -x,-and -not -path,$(DEP_FINDPARAMS) $(2)) | md5s
define rdep
.PRECIOUS: $(2)