Changeset 404 for build_ssp3a
- Timestamp:
- Sep 11, 2019, 10:54:45 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
build_ssp3a/build_ssp3a.sh
r403 r404 21 21 } 22 22 23 : "install build tools" && {24 if [ -e $SCRIPTS_DIR/setup_tools.sh ]; then25 bash $SCRIPTS_DIR/setup_tools.sh26 else27 echo "script file \"setup_tools.sh\" is not found in \"$SCRIPTS_DIR\". abort."28 exit 129 fi30 }31 32 23 : "download ssp3 kernel file" && { 33 24 mkdir -p $WORK_DIR
Note:
See TracChangeset
for help on using the changeset viewer.