Changeset 9682
- Timestamp:
- 2018-05-29T16:46:36+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
utils/build/makenemo
r9680 r9682 284 284 printf "with sub-components: %s\n" "${NEM_SUBDIR}" 285 285 286 ## Build a copy of a tmp cfg287 [ ! -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} 288 288 289 289 ## Get online script file for remote cfg
Note: See TracChangeset
for help on using the changeset viewer.