瀏覽代碼

Utilities/Scripts: Remove temporary CMAKE_BOOTSTRAP conversion script

Kyle Edwards 6 年之前
父節點
當前提交
fe921edd49
共有 1 個文件被更改,包括 0 次插入7 次删除
  1. 0 7
      Utilities/Scripts/cmake-bootstrap-def.sh

+ 0 - 7
Utilities/Scripts/cmake-bootstrap-def.sh

@@ -1,7 +0,0 @@
-#!/bin/sh
-
-sed -i -e 's/!defined(CMAKE_BUILD_WITH_CMAKE)/defined(CMAKE_BOOTSTRAP)/g' \
-  -e 's/defined(CMAKE_BUILD_WITH_CMAKE)/!defined(CMAKE_BOOTSTRAP)/g' \
-  -e 's/ifndef CMAKE_BUILD_WITH_CMAKE/ifdef CMAKE_BOOTSTRAP/g' \
-  -e 's/ifdef CMAKE_BUILD_WITH_CMAKE/ifndef CMAKE_BOOTSTRAP/g' \
-  $(git ls-files Source)