Explorar o código

ENH: Revert 'Updated QtMobilityGitBranch1.0-patch.cmake.in git add --all is now invoked'

See 9ef12b6def945256
Jean-Christophe Fillion-Robin %!s(int64=15) %!d(string=hai) anos
pai
achega
cf4a1facb3
Modificáronse 1 ficheiros con 0 adicións e 9 borrados
  1. 0 9
      Utilities/QtMobility/QtMobilityGitBranch1.0-patch.cmake.in

+ 0 - 9
Utilities/QtMobility/QtMobilityGitBranch1.0-patch.cmake.in

@@ -62,12 +62,3 @@ IF(UNIX)
     MESSAGE(FATAL_ERROR "Patching ${proj_dir}/configure file failed.")
   ENDIF()
 ENDIF()
-
-# Let's add the updated files to the local repository. That way, 'git pull'
-# will try to merge the branch changes with the local ones
-execute_process(
-  COMMAND @Git_EXECUTABLE@ add --all
-  WORKING_DIRECTORY ${proj_dir}
-  ERROR_VARIABLE error_output
-  RESULT_VARIABLE error_code
-  )