Changeset 20552


Ignore:
Timestamp:
04/25/16 14:21:18 (9 years ago)
Author:
Mathieu Morlighem
Message:

CHG: minor

File:
1 edited

Legend:

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

    r20551 r20552  
    7070
    7171        #Do we need to reconfigure
    72         if [ ! -z "$(cat $ISSM_DIR/TEMP | grep -e "Makefile.am" -e "m4" )" ] || [ "$ISSM_EXTERNALPACKAGES" == "yes" ] ; then
     72        if [ ! -z "$(cat $ISSM_DIR/TEMP | grep -e "Makefile.am" -e "m4" )" ] ||
     73                [ ! -f "$ISSM_DIR/bin/issm.exe" ] ||
     74                [ "$ISSM_EXTERNALPACKAGES" == "yes" ] ;
     75        then
    7376                echo "  -- checking for reconfiguration... yes";
    7477                ISSM_RECONFIGURE="yes"
     
    7982
    8083        #Do we need to recompile
    81         if [ ! -z "$(cat $ISSM_DIR/TEMP | grep -e "\.cpp" -e "\.h" )" ] || [ "$ISSM_RECONFIGURE" == "yes" ] ; then
     84        if [ ! -z "$(cat $ISSM_DIR/TEMP | grep -e "\.cpp" -e "\.h" )" ] ||
     85                [ "$ISSM_RECONFIGURE" == "yes" ] ;
     86        then
    8287                echo "  -- checking for recompilation... yes";
    8388                ISSM_COMPILATION="yes"
Note: See TracChangeset for help on using the changeset viewer.