Merge "Make sort as part of the inner command"

This commit is contained in:
Treehugger Robot
2023-04-13 17:55:03 +00:00
committed by Gerrit Code Review

View File

@@ -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
#