summaryrefslogtreecommitdiff
path: root/utils/unittest/googletest/README.LLVM
diff options
context:
space:
mode:
Diffstat (limited to 'utils/unittest/googletest/README.LLVM')
-rw-r--r--utils/unittest/googletest/README.LLVM4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/unittest/googletest/README.LLVM b/utils/unittest/googletest/README.LLVM
index 87b810838b..38a77c0178 100644
--- a/utils/unittest/googletest/README.LLVM
+++ b/utils/unittest/googletest/README.LLVM
@@ -7,8 +7,8 @@ the actual source code, to minimize the addition to the LLVM distribution.
Cleaned up as follows:
$ rm -f aclocal* configure* Makefile* CHANGES CONTRIBUTORS README
$ rm -rf build-aux m4 make msvc samples scons scripts test xcode
-
-# Clean up source files used for generating headers
$ rm -f `find . -name \*\.pump`
+$ mv src/* .
+$ rmdir src
For the license, see the file COPYING in this directory.