Merge "Make sort as part of the inner command"
This commit is contained in:
@@ -74,7 +74,7 @@ endif
|
||||
###########################################################
|
||||
|
||||
define find-copy-subdir-files
|
||||
$(sort $(shell find $(2) -name "$(1)" -type f | $(SED_EXTENDED) "s:($(2)/?(.*)):\\1\\:$(3)/\\2:" | sed "s://:/:g"))
|
||||
$(shell find $(2) -name "$(1)" -type f | $(SED_EXTENDED) "s:($(2)/?(.*)):\\1\\:$(3)/\\2:" | sed "s://:/:g" | sort)
|
||||
endef
|
||||
|
||||
#
|
||||
|
Reference in New Issue
Block a user