Changeset 10081
- Timestamp:
- 2018-09-04T15:27:54+02:00 (5 years ago)
- Location:
- utils
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
utils/build/mk/bld_preproagr_tools.cfg
r10080 r10081 21 21 bld::tool::fc_compile 22 22 bld::tool::fc_include 23 bld::tool::fc $COMPIL_DIR/agrifpp .sh23 bld::tool::fc $COMPIL_DIR/agrifpp_2.sh 24 24 bld::tool::fflags 25 25 bld::tool::ld -
utils/tools/maketools
r10080 r10081 171 171 . ${COMPIL_DIR}/Fprep_agrif.sh ${NEW_CONF} ${NEMO_TDIR} || exit 3 172 172 173 173 174 fcm build --ignore-lock -j 1 ${COMPIL_DIR}/bld_preproagr_tools.cfg ||{ cd - ; exit 1 ;} 174 175 175 exit176 176 177 177 fcm build ${x_c} --ignore-lock -v 1 -j ${NBR_PRC} ${COMPIL_DIR}/bld_nesting.cfg || cd -
Note: See TracChangeset
for help on using the changeset viewer.