#!/bin/bash -xe __copy_necessary_binaries() { echo "add necessary files." } __set_parameter() { echo "TARGET_OS : ${TARGET_OS}" build_script_path=${ROOTDIR}/pde-build } # clean clean() { echo "=========================================CLEAN============================================" __set_parameter ${build_script_path}/clean.sh ${package_name} } # build build() { echo "=========================================BUILD============================================" pkgname_and_platform_list=`awk 'BEGIN{RS="\n\n"; FS="\n"} /Package:/{for(i=1;i