From: Chris Bieneman Date: Fri, 11 Sep 2015 17:38:38 +0000 (+0000) Subject: [CMake] Making the bootstrap-clear target always delete the boostrap build directories. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f60246d0232ee6e3808c649efc1200841108edf6;p=clang [CMake] Making the bootstrap-clear target always delete the boostrap build directories. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@247436 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 87c9ce8286..d08265cfd0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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" )