Skip to content

Commit

Permalink
Split make clean and make distclean
Browse files Browse the repository at this point in the history
  • Loading branch information
okuramasafumi committed Jun 11, 2021
1 parent a13703c commit 20a77bc
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion JA/2_mri_structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,21 @@ $ sudo apt-get install git ruby autoconf bison gcc make zlib1g-dev libffi-dev li

以前にRubyを上記の方法でビルドしたことがある場合、 `make` コマンドが失敗する可能性があります。
その場合は、

```
make clean
make distclean
```

を実行して古いファイル・ディレクトリを削除してから再度 `make` コマンドを実行してみてください。

それでも失敗する場合は、

```
make distclean
```

でconfigureからやり直すとうまくいく可能性があります。

## 演習:ビルドした Ruby でプログラムを実行してみよう

ビルドした Ruby で実際に Ruby スクリプトを実行する方法はいくつかあります。
Expand Down

0 comments on commit 20a77bc

Please sign in to comment.