L~RTSD-56, backup
1 unresolved thread
1 unresolved thread
Closes RTSD-56
Merge request reports
Activity
assigned to @donker
54 54 echo "${HDL_BUILD_DIR}" 55 55 mkdir "${HDL_BUILD_DIR}" 56 56 fi 57 58 # set modelsim_altera_libs dir 59 export MODELSIM_ALTERA_LIBS_DIR=${HDL_BUILD_DIR}/quartus 60 if [[ ! -d "${MODELSIM_ALTERA_LIBS_DIR}" ]]; then 61 echo "make modelsim_altera_libs dir" 62 echo "${MODELSIM_ALTERA_LIBS_DIR}" 63 mkdir "${MODELSIM_ALTERA_LIBS_DIR}" 64 echo "This dir is also used as modelsim_altera_libs dir" > ${MODELSIM_ALTERA_LIBS_DIR}/readme.txt waarom staat er 'also' in het comment, wordt deze dir ook nog ergens anders voor gebruikt en wat dan? Of kan also weg?
Edited by Eric Kooistrachanged this line in version 2 of the diff
mentioned in commit 3df4032a
Please register or sign in to reply