aboutsummaryrefslogtreecommitdiffstats
path: root/utils/unittest/googletest/README.LLVM
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2009-01-01 01:29:44 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2009-01-01 01:29:44 +0000
commit3aae44e19f4179819599dc154dfcee95e6879eb1 (patch)
tree50f8b9425a085515ec6e90d2929cdf5c206ec1f0 /utils/unittest/googletest/README.LLVM
parent94f0a38a000425e1e941a54c56a6268454b37160 (diff)
downloadexternal_llvm-3aae44e19f4179819599dc154dfcee95e6879eb1.zip
external_llvm-3aae44e19f4179819599dc154dfcee95e6879eb1.tar.gz
external_llvm-3aae44e19f4179819599dc154dfcee95e6879eb1.tar.bz2
Moved Google Test code up one directory so that we can use a standard LLVM
Makefile with it, without resorting to the use of VPATH. Also added Makefiles at every level of the directory tree to properly recurse to Google Test and build it as a library (original Makefiles by Talin). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61539 91177308-0d34-0410-b5e6-96231b3b80d8
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 87b8108..38a77c0 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.