Chromium Code Reviews| Index: build/README.txt |
| diff --git a/build/README.txt b/build/README.txt |
| deleted file mode 100644 |
| index 5f242ada342f1cbdc5d80d744428933fdccea462..0000000000000000000000000000000000000000 |
| --- a/build/README.txt |
| +++ /dev/null |
| @@ -1,9 +0,0 @@ |
| -For build instructions, please refer to: |
| - |
| -https://code.google.com/p/v8/wiki/BuildingWithGYP |
| - |
| -TL;DR version on *nix: |
| -$ make dependencies # Only needed once. |
| -$ make ia32.release -j8 |
| -$ make ia32.release.check # Optionally: run tests. |
| - |