Ignore:
Timestamp:
Sep 11, 2019, 10:54:45 PM (5 years ago)
Author:
nmir-saito
Message:

modify build_ssp3a.sh to remove the part that calls setup_tools.sh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • build_ssp3a/build_ssp3a.sh

    r403 r404  
    2121}
    2222
    23 : "install build tools" && {
    24   if [ -e $SCRIPTS_DIR/setup_tools.sh ]; then
    25     bash $SCRIPTS_DIR/setup_tools.sh
    26   else
    27     echo "script file \"setup_tools.sh\" is not found in \"$SCRIPTS_DIR\". abort."
    28     exit 1
    29   fi
    30 }
    31 
    3223: "download ssp3 kernel file" && {
    3324  mkdir -p $WORK_DIR
Note: See TracChangeset for help on using the changeset viewer.