Changeset 355


Ignore:
Timestamp:
Jun 7, 2018, 1:16:22 PM (6 years ago)
Author:
nmir-saito
Message:

add a script file and remove unused code in build_ssp.sh

Location:
ssp_aarch64/trunk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • ssp_aarch64/trunk/build_ssp.sh

    r354 r355  
    33
    44if [ ! -v SCRIPTS_DIR ]; then
    5   SCRIPTS_DIR=$HOME/scripts
     5  SCRIPTS_DIR=$(cd $(dirname $0);pwd)
    66fi
    77
     
    6363}
    6464
    65 : "setup source code" || {
    66   cd $WORK_DIR
    67   if [ -e $SSP_DIR ]; then
    68     mv $SSP_DIR $SSP_DIR.$(date +%Y%m%d_%H%M%S)
    69   fi
    70 
    71   git clone https://github.com/nmiri-nagoya-nsaito/toppers-ssp-aarch64.git $SSP_DIR
    72   cd $SSP_DIR
    73   ln -sf $ASP3_DIR/configure.rb configure.rb
    74   ln -sf $ASP3_DIR/cfg cfg
    75 }
    76 
    7765: "build a kernel" && {
    7866  cd $SSP_DIR
Note: See TracChangeset for help on using the changeset viewer.