Changeset 15279


Ignore:
Timestamp:
06/18/13 13:16:57 (12 years ago)
Author:
Eric.Larour
Message:

CHG: added clean option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/scripts/issmconfiguration.sh

    r14657 r15279  
    5555
    5656        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
    5764        source ./scripts/automakererun.sh
    5865        if [ -f configs/$configurename ]; then
     
    6976fi
    7077
    71 
    72 
    73 
    74 
    75 
    7678#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.