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 9682 for utils – NEMO

Changeset 9682 for utils


Ignore:
Timestamp:
2018-05-29T16:46:36+02:00 (6 years ago)
Author:
nicolasmartin
Message:

Fix to pass by Fmake_config.sh even if the configuration exists (options -p and -n not to overwrite)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/build/makenemo

    r9680 r9682  
    284284printf  "with sub-components: %s\n"  "${NEM_SUBDIR}" 
    285285 
    286 ## Build a copy of a tmp cfg 
    287 [ ! -d ${NEW_CONF} ] && ${COMPIL_DIR}/Fmake_config.sh ${NEW_CONF} ${TML_CONF} 
     286## Create new config even in existing one (mkdir with -p option, cp with -n) 
     287${COMPIL_DIR}/Fmake_config.sh ${NEW_CONF} ${TML_CONF} 
    288288 
    289289## Get online script file for remote cfg 
Note: See TracChangeset for help on using the changeset viewer.