Skip to content
Snippets Groups Projects
Commit f60246d0 authored by Chris Bieneman's avatar Chris Bieneman
Browse files

[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
parent aed0d8be
No related branches found
No related tags found
No related merge requests found
......@@ -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"
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment