`cmd/dist: cmd/internal/objabi/zbootstrap.go` 未被移除,

omvjsjqw  于 4个月前  发布在  Go
关注(0)|答案(5)|浏览(55)

我注意到在Linux amd64系统上,使用go1.14beta1-137-g71239b4f49版本时,在调用make.bash之后,clean.bash并未删除文件cmd/internal/objabi/zbootstrap.go。我已经通过git status --ignored确认了这个问题。

nr9pn0ug

nr9pn0ug1#

我认为这应该由go tool dist clean清理,但我不能确定。
/cc @bcmills@jayconrod

g2ieeal7

g2ieeal72#

我打赌在cmd/dist/build.go中应该将"cmd/internal/objabi"添加到cleanlist

fnatzsnv

fnatzsnv3#

我愿意尝试一下!

dldeef67

dldeef674#

https://golang.org/cl/216222提到了这个问题:cmd/dist: fix the bug that cmd/internal/objabi/zbootstrap.go could not be cleaned properly

yfwxisqw

yfwxisqw5#

我建议将提交信息更改为
cmd/dist: ensure that cmd/internal/objabi/zbootstrap.go is cleaned properly
谢谢

相关问题