Merge "Discard hidden files when rounding up resource."
This commit is contained in:
commit
f1054bf22e
|
@ -312,7 +312,7 @@ endef
|
|||
|
||||
define find-subdir-assets
|
||||
$(if $(1),$(patsubst ./%,%, \
|
||||
$(shell if [ -d $(1) ] ; then cd $(1) ; find ./ -type f -and -not -type l ; fi)), \
|
||||
$(shell if [ -d $(1) ] ; then cd $(1) ; find ./ -not -name '.*' -and -type f -and -not -type l ; fi)), \
|
||||
$(warning Empty argument supplied to find-subdir-assets) \
|
||||
)
|
||||
endef
|
||||
|
|
Loading…
Reference in New Issue