Changeset 15279
- Timestamp:
- 06/18/13 13:16:57 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/scripts/issmconfiguration.sh
r14657 r15279 55 55 56 56 cd $ISSM_DIR 57 58 #at this point, was a cleanup of the archive requested? 59 if [ "$1" == "clean" ]; 60 then 61 make uninstall && make distclean 62 fi 63 57 64 source ./scripts/automakererun.sh 58 65 if [ -f configs/$configurename ]; then … … 69 76 fi 70 77 71 72 73 74 75 76 78 #alias aut='a=`pwd` && cd $ISSM_DIR && ./scripts/automakererun.sh && ./configs/config-macosx64-larour-nopetsc.sh'
Note:
See TracChangeset
for help on using the changeset viewer.