Misha Brukman | 7ae6ff4 | 2008-12-31 17:34:06 +0000 | [diff] [blame] | 1 | LLVM notes |
| 2 | ---------- |
| 3 | |
| 4 | This directory contains Google Test 1.2.1, with all elements removed except for |
| 5 | the actual source code, to minimize the addition to the LLVM distribution. |
| 6 | |
| 7 | Cleaned up as follows: |
| 8 | $ rm -f aclocal* configure* Makefile* CHANGES CONTRIBUTORS README |
| 9 | $ rm -rf build-aux m4 make msvc samples scons scripts test xcode |
Misha Brukman | 7ae6ff4 | 2008-12-31 17:34:06 +0000 | [diff] [blame] | 10 | $ rm -f `find . -name \*\.pump` |
Misha Brukman | 3aae44e | 2009-01-01 01:29:44 +0000 | [diff] [blame^] | 11 | $ mv src/* . |
| 12 | $ rmdir src |
Misha Brukman | 7ae6ff4 | 2008-12-31 17:34:06 +0000 | [diff] [blame] | 13 | |
| 14 | For the license, see the file COPYING in this directory. |