Merge "Delete staging directory after creating module package zip" into main

This commit is contained in:
Treehugger Robot
2023-09-30 00:41:06 +00:00
committed by Gerrit Code Review

View File

@@ -106,6 +106,7 @@ $(my_package_zip) : $(my_built_modules)
$(hide) $(foreach f, $(PRIVATE_PICKUP_FILES),\
cp -RfL $(f) $(PRIVATE_STAGING_DIR) && ) true
$(hide) cd $(PRIVATE_STAGING_DIR) && zip -rqX ../$(notdir $@) *
rm -rf $(PRIVATE_STAGING_DIR)
my_makefile :=
my_staging_dir :=