[llvm-commits] [llvm] r61581 - /llvm/trunk/utils/unittest/googletest/README.LLVM

Misha Brukman brukman+llvm at gmail.com
Fri Jan 2 07:28:00 PST 2009


Author: brukman
Date: Fri Jan  2 09:28:00 2009
New Revision: 61581

URL: http://llvm.org/viewvc/llvm-project?rev=61581&view=rev
Log:
We also removed gtest-all.cc from the distribution tarball.

Modified:
    llvm/trunk/utils/unittest/googletest/README.LLVM

Modified: llvm/trunk/utils/unittest/googletest/README.LLVM
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/unittest/googletest/README.LLVM?rev=61581&r1=61580&r2=61581&view=diff

==============================================================================
--- llvm/trunk/utils/unittest/googletest/README.LLVM (original)
+++ llvm/trunk/utils/unittest/googletest/README.LLVM Fri Jan  2 09:28:00 2009
@@ -15,13 +15,12 @@
 $ 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.





More information about the llvm-commits mailing list