Jelajahi Sumber

Utilities/Scripts: Remove temporary CMAKE_BOOTSTRAP conversion script

Kyle Edwards 6 tahun lalu
induk
melakukan
fe921edd49
1 mengubah file dengan 0 tambahan dan 7 penghapusan
  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)