Changeset 11985
- Timestamp:
- 2019-11-27T15:01:24+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
utils/build/mk_ENHANCE-03_domcfg/Fmake_tools_bld.sh
r11981 r11985 61 61 [ ! -d ${3}/${2}/BLD ] && \mkdir ${3}/${2}/BLD 62 62 [ ! -d ${1}/${2}/BLD ] && ln -sf ${3}/${2}/BLD ${1}/${2}/BLD 63 [ -f ${1}/${NEW_CONF}/cpp_${NEW_CONF}.fcm ] && ln -sf ${1}/${NEW_CONF}/cpp_${NEW_CONF}.fcm ${COMPIL_DIR}/cpp_tools.fcm 63 # enforce presence of cpp_tools.fcm (write a blank one if not present in the tools directory) 64 # cp instead of ln to avoid overwiting previous tool cpp_XXX.fcm file when compiling a file without cpp_YYY.fcm file. 65 [ -f ${1}/${NEW_CONF}/cpp_${NEW_CONF}.fcm ] && cp -f ${1}/${NEW_CONF}/cpp_${NEW_CONF}.fcm ${COMPIL_DIR}/cpp_tools.fcm || echo 'bld::tool::fppkeys ' > ${COMPIL_DIR}/cpp_tools.fcm 64 66 rm -f ${1}/${NEW_CONF}/BLD/fcm.bld.lock
Note: See TracChangeset
for help on using the changeset viewer.