Changeset 404 for build_ssp3a
- Timestamp:
- Sep 11, 2019, 10:54:45 PM (6 years ago)
- Author:
- nmir-saito
- Message:
-
modify build_ssp3a.sh to remove the part that calls setup_tools.sh
- File:
-
- 1 edited
- build_ssp3a/build_ssp3a.sh (modified) (1 diff)
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 ]; 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 (削除) (削除ここまで)32 23 : "download ssp3 kernel file" && { 33 24 mkdir -p $WORK_DIR
Note:
See TracChangeset
for help on using the changeset viewer.