Closed okuramasafumi closed 3 years ago
これが何をするか書いてあったほうがいい気がします。
「古いファイル・ディレクトリを削除する」くらいしかわからなかったのでその旨を追記しました。
@ko1 すみません、このPRが残っているのに気づいたのですが、他になにか追記するなどしたほうがよいことはありますでしょうか。
すみません、見落としてました。
clean と distclean は2回やる必要はないと思うので、もう少し補足が要りそうな気がします。
distcleanは不要そうですので、削除したほうがよいでしょうか。
それが楽かもしれないですね。 distclean は configure からやり直しなのでディレクトリ消しちゃってもいいかもしれません。
thanks
I stumbled upon the issue where I built Ruby several months ago and the build failed due to old things generated by the old build. It's resolved by
make clean && make distclean
so I found it helpful for some people.