Moved Google Test code up one directory so that we can use a standard LLVM
[oota-llvm.git] / utils / unittest / googletest / README.LLVM
index 87b810838bd51db5d4da672b94cb284e2579decf..38a77c01787c541f7617512ad951bd7b146e0bd7 100644 (file)
@@ -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.