]> granicus.if.org Git - clang/commitdiff
[CMake] Making the bootstrap-clear target always delete the boostrap build directories.
authorChris Bieneman <beanz@apple.com>
Fri, 11 Sep 2015 17:38:38 +0000 (17:38 +0000)
committerChris Bieneman <beanz@apple.com>
Fri, 11 Sep 2015 17:38:38 +0000 (17:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@247436 91177308-0d34-0410-b5e6-96231b3b80d8

CMakeLists.txt

index 87c9ce8286828fb9e2bdb0e291664b0cbd008241..d08265cfd0ac3a1f45735a1966482ddf44b155c6 100644 (file)
@@ -598,7 +598,6 @@ if (CLANG_ENABLE_BOOTSTRAP)
     COMMAND ${CMAKE_COMMAND} -E make_directory ${BINARY_DIR}
     COMMAND ${CMAKE_COMMAND} -E remove_directory ${STAMP_DIR}
     COMMAND ${CMAKE_COMMAND} -E make_directory ${STAMP_DIR}
-    COMMAND ${CMAKE_COMMAND} -E touch ${CMAKE_CURRENT_BINARY_DIR}/bootstrap-cleared
     COMMENT "Clobberring bootstrap build and stamp directories"
     )