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

Ignore:
Timestamp:
2020-02-19T21:29:26+01:00 (4 years ago)
Author:
smueller
Message:

Reintegration of 2019 development branch /utils/build_MERGE_2019 into the build directory (/utils/build)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/build/maketools

    r11926 r12415  
    145145[ "${CMP_NAM}" ==  help ] && . ${COMPIL_DIR}/Flist_archfile.sh all && exit 
    146146 
    147 #- When used for the first time, choose a compiler --- 
    148 . ${COMPIL_DIR}/Fcheck_archfile.sh arch_tools.fcm cpp.fcm ${CMP_NAM} || exit 
    149  
    150147#- Choose a default tool if needed --- 
    151148#- REBUILD or last one used --- 
     
    156153 
    157154#- Make the building directory 
    158 . ${COMPIL_DIR}/Fmake_bld.sh ${TOOLS_DIR} ${NEW_CONF} ${NEMO_TDIR} || exit 
     155. ${COMPIL_DIR}/Fmake_tools_bld.sh ${TOOLS_DIR} ${NEW_CONF} ${NEMO_TDIR} || exit 
     156 
     157#- At this stage cpp keys have been updated. we can check the arch file 
     158#- When used for the first time, choose a compiler --- 
     159. ${COMPIL_DIR}/Fcheck_archfile.sh arch_tools.fcm cpp_tools.fcm ${CMP_NAM} || exit 
    159160 
    160161#- 
Note: See TracChangeset for help on using the changeset viewer.