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 9683 for utils/build – NEMO

Changeset 9683 for utils/build


Ignore:
Timestamp:
2018-05-29T16:52:15+02:00 (6 years ago)
Author:
smasson
Message:

trunk: missing commit on makenemo following #9678

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/build/makenemo

    r9682 r9683  
    287287${COMPIL_DIR}/Fmake_config.sh ${NEW_CONF} ${TML_CONF} 
    288288 
     289## create EXP00 if needed 
     290[ ! -d ${CONFIG_DIR}/${NEW_CONF}/EXP00 ] && \cp -R -n ${CONFIG_DIR}/${NEW_CONF}/EXPREF ${CONFIG_DIR}/${NEW_CONF}/EXP00 
     291 
    289292## Get online script file for remote cfg 
    290293[ -n "${RMT_CONF}" ] && ${COMPIL_DIR}/Ffetch_extdir.sh ${NEW_CONF} $URL 
     
    375378   ## add remove for clean option 
    376379   if [ ${#x_c} -ne 0 ]; then 
     380      rm -rf ${NEMO_TDIR}/${NEW_CONF}/AGRIFLIB 
    377381      rm -rf ${NEMO_TDIR}/${NEW_CONF}/NEMOFILES 
    378382      rm -rf ${NEMO_TDIR}/${NEW_CONF}/WORK 
     
    380384      rm -rf ${NEMO_TDIR}/${NEW_CONF}/EXP00/nemo 
    381385      rm -f ${COMPIL_DIR}/*history ${COMPIL_DIR}/*fcm ${COMPIL_DIR}/*txt 
    382       echo "cleaning ${NEW_CONF} WORK, BLD" 
     386      echo "cleaning ${NEW_CONF} AGRIFLIB, NEMOFILES, WORK, BLD" 
    383387   fi 
    384388 
Note: See TracChangeset for help on using the changeset viewer.