Date:2010-09-03 14:31:18 (13 years 6 months ago)
Author:jow
Commit:f6f48d65b982f92c3fac43c7c5706ce1fa0ba6dd
Message:[include] ignore vim .swp files when scanning for updates (#7867)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22880 3c298f89-4303-0410-b956-a3cf2f4a3e73
Files: include/depends.mk (1 diff)

Change Details

include/depends.mk
1111# 3: tempfile for file listings
1212# 4: find options
1313
14DEP_FINDPARAMS := -x "*/.svn*" -x ".*" -x "*:*" -x "*\!*" -x "* *" -x "*\\\#*" -x "*/.*_check"
14DEP_FINDPARAMS := -x "*/.svn*" -x ".*" -x "*:*" -x "*\!*" -x "* *" -x "*\\\#*" -x "*/.*_check" -x "*/.*.swp"
1515
1616find_md5=$(SH_FUNC) find $(1) -type f $(patsubst -x,-and -not -path,$(DEP_FINDPARAMS) $(2)) | md5s
1717

Archive Download the corresponding diff file



interactive