SoC common : Delete package compilation options in the Makefile [2/2]
PD#SWPL-168549
Problem:
Optimize the structure of the Makefile.
Solution:
Optimize the structure of the Makefile.
Verify:
N/A
Change-Id: Ifef4e11d71be685c9ef3c5f8d8e9d3cdedcf0c55
Signed-off-by: shijie.xiong <shijie.xiong@amlogic.com>
diff --git a/build_all_pkg.sh b/build_all_pkg.sh
index a130feb..dea704d 100755
--- a/build_all_pkg.sh
+++ b/build_all_pkg.sh
@@ -41,7 +41,7 @@
source scripts/pkg_env.sh $index gen_all >> $BUILD_LOG 2>&1
[ "$?" -ne 0 ] && echo "Ignore unsupported combination!" && continue
echo -n "$index. Building ... "
- make package >> $BUILD_LOG 2>&1
+ scripts/gen_package.sh >> $BUILD_LOG 2>&1
get_new_package_dir
[ "$?" -ne 0 ] && echo "failed!" && cat $BUILD_LOG && echo -e "\nAborted with errors!\n" && exit 3
compile_warning_check $BUILD_LOG
diff --git a/package.sh b/gen_package.sh
similarity index 100%
rename from package.sh
rename to gen_package.sh
diff --git a/package_mcuboot.sh b/package_mcuboot.sh
old mode 100644
new mode 100755