|
@@ -63,6 +63,8 @@ GLOBAL_INSTRUMENTATION_HOOKS += step_time
|
|
# $(2): base directory to search in
|
|
# $(2): base directory to search in
|
|
# $(3): suffix of file (optional)
|
|
# $(3): suffix of file (optional)
|
|
define step_pkg_size_inner
|
|
define step_pkg_size_inner
|
|
|
|
+ @touch $(BUILD_DIR)/packages-file-list$(3).txt
|
|
|
|
+ $(SED) '/^$(1),/d' $(BUILD_DIR)/packages-file-list$(3).txt
|
|
cd $(2); \
|
|
cd $(2); \
|
|
find . \( -type f -o -type l \) \
|
|
find . \( -type f -o -type l \) \
|
|
-newer $($(PKG)_DIR)/.stamp_built \
|
|
-newer $($(PKG)_DIR)/.stamp_built \
|