New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 9735 for utils/build – NEMO

Changeset 9735 for utils/build


Ignore:
Timestamp:
2018-06-04T19:12:19+02:00 (6 years ago)
Author:
nicolasmartin
Message:

Add removing of sette sub-directories (LONG, REPRO_* & SHORT) with 'clean' option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/build/makenemo

    r9683 r9735  
    379379   if [ ${#x_c} -ne 0 ]; then 
    380380      rm -rf ${NEMO_TDIR}/${NEW_CONF}/AGRIFLIB 
     381      rm -rf ${NEMO_TDIR}/${NEW_CONF}/BLD 
     382      rm -rf ${NEMO_TDIR}/${NEW_CONF}/LONG 
    381383      rm -rf ${NEMO_TDIR}/${NEW_CONF}/NEMOFILES 
     384      rm -rf ${NEMO_TDIR}/${NEW_CONF}/REPRO_* 
     385      rm -rf ${NEMO_TDIR}/${NEW_CONF}/SHORT 
    382386      rm -rf ${NEMO_TDIR}/${NEW_CONF}/WORK 
    383       rm -rf ${NEMO_TDIR}/${NEW_CONF}/BLD 
    384387      rm -rf ${NEMO_TDIR}/${NEW_CONF}/EXP00/nemo 
    385388      rm -f ${COMPIL_DIR}/*history ${COMPIL_DIR}/*fcm ${COMPIL_DIR}/*txt 
    386       echo "cleaning ${NEW_CONF} AGRIFLIB, NEMOFILES, WORK, BLD" 
     389      echo "cleaning ${NEW_CONF} AGRIFLIB, BLD, LONG, NEMOFILES, REPRO_*, SHORT, WORK" 
    387390   fi 
    388391 
Note: See TracChangeset for help on using the changeset viewer.