Changeset 20552
- Timestamp:
- 04/25/16 14:21:18 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/jenkins.sh
r20551 r20552 70 70 71 71 #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 73 76 echo " -- checking for reconfiguration... yes"; 74 77 ISSM_RECONFIGURE="yes" … … 79 82 80 83 #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 82 87 echo " -- checking for recompilation... yes"; 83 88 ISSM_COMPILATION="yes"
Note:
See TracChangeset
for help on using the changeset viewer.