在网络上找到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...各是什么意思,要怎操作?