在網路上找到gfortran編譯lapack在window平台的方式
https://gcc.gnu.org/wiki/LAPACK%20on%20Windows
但英文流程說明有兩個地方看不懂
2. M_EIGTST
Locate "\testing\eig\makefile".
In lines 129-147 remove all after && in each line (mv command fails)
save as "m_eigtst".
3. M_LINTST
Locate "\testing\lin\makefile".
In lines 284-312 comment out all mv commands (mv command fails).
save as "m_lintst".
想請問上述兩點的第二行In lines...各是什麼意思,要怎操作?