1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

We also removed gtest-all.cc from the distribution tarball.

llvm-svn: 61581
This commit is contained in:
Misha Brukman 2009-01-02 15:28:00 +00:00
parent 3fee49285c
commit 247edadcb1

View File

@ -15,13 +15,12 @@ $ rm -f `find . -name \*\.pump`
$ mv src/* .
$ rmdir src
# Move the extra header into the already-existing internal headers dir
# Move extra headers into the already-existing internal headers dir
$ mv *.h include/gtest/internal/
# Update paths to the included files
$ perl -pi -e 's|^#include "src/|#include "gtest/internal/|' *.cc
# We have our own main() .
$ rm -f gtest_main.cc
$ rm -f gtest-all.cc gtest_main.cc
For the license, see the file COPYING in this directory.