SoC common : scripts :Optimize the build check flow and execute time. [2/2]
PD#SWPL-177725
Problem:
Optimize the build check flow and execute time.
Solution:
Optimize the build check flow and execute time.
Verify:
N/A
Change-Id: Iff53388012de719f93e3c33e2653fc09cf1f2dc0
Signed-off-by: xiaohu.huang <xiaohu.huang@amlogic.com>
diff --git a/build_all.sh b/build_all.sh
index 42b53cd..62e5736 100755
--- a/build_all.sh
+++ b/build_all.sh
@@ -75,7 +75,7 @@
echo -n -e "$nr. Building $LINE ...\t"
make >> $BUILD_LOG 2>&1
else
- echo -n -e "$nr. $LINE is not changed, building none...\t"
+ echo -n -e "$nr. $LINE is unchanged, skip...\t"
:
fi
else