This commit is contained in:
2024-09-27 16:25:49 +08:00
parent 7f135e6255
commit 22fe3e4bac

View File

@@ -5,7 +5,7 @@ platModuleList="8ecp aif bicc debug haepub iptrans isdn isup m2ua mgc mgcp mgc_v
for mod in $platModuleList; do
echo "====================== make $mod =======================";
cd $platDir/$mod
make clean
#make clean
make
if [ $mod == "iptrans" ] ; then