lisuyun
 find ./ -maxdepth 3 -type f -name "*Makefile"  |xargs sed -i "s/CXX = g++/CXX = ccache g++/g"

find ./ -maxdepth 3 -type f -name "*makefile"  |xargs sed -i "s/CXX = g++/CXX = ccache g++/g" 

分类:

技术点:

相关文章:

  • 2021-09-08
  • 2022-12-23
  • 2021-09-08
  • 2022-01-30
  • 2022-01-24
猜你喜欢
  • 2021-08-12
  • 2022-01-07
  • 2021-08-12
  • 2022-12-23
  • 2022-12-23
  • 2021-12-12
相关资源
相似解决方案