Changeset 20341


Ignore:
Timestamp:
03/24/16 10:21:37 (9 years ago)
Author:
Mathieu Morlighem
Message:

CHG: removing unused code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/jenkins.sh

    r20340 r20341  
    157157then
    158158        cd $ISSM_DIR
    159         #make uninstall
    160         #make clean
    161         #make distclean
     159        make uninstall
     160        make distclean
    162161        ./scripts/automakererun.sh
    163 #       cat > configure.sh << EOF
    164 ##Define MATLAB path first:
    165 #MATLAB_PATH=$MATLAB_PATH
    166 #
    167 ##Configure options:
    168 #./configure $ISSM_CONFIG
    169 #EOF
    170 #       chmod 700 configure.sh
    171 #       ./configure.sh
    172162   eval "./configure $ISSM_CONFIG"
    173163
Note: See TracChangeset for help on using the changeset viewer.