sduzh commented on a change in pull request #3493:
URL: https://github.com/apache/incubator-doris/pull/3493#discussion_r421193473



##########
File path: thirdparty/build-thirdparty.sh
##########
@@ -295,7 +295,7 @@ build_gtest() {
     check_if_source_exist $GTEST_SOURCE
 
     cd $TP_SOURCE_DIR/$GTEST_SOURCE
-    mkdir build -p && cd build
+    mkdir -p bld && cd bld

Review comment:
       Projects that support build by `bazel` will contain a file named 
`BUILD`. Since the filesystem of Mac OS is `not` case sensitive, you cannot 
create a directory named `build` for those projects.
   ```
   double-conversion-3.1.1/BUILD
   re2-2017-05-01/BUILD
   protobuf-3.5.1/BUILD
   gflags-2.2.0/BUILD
   incubator-brpc-0.9.5/BUILD
   brotli-1.0.7/BUILD
   flatbuffers-1.10.0/BUILD
   mysql-server-mysql-5.7.18/BUILD
   cctz-2.3/BUILD
   glog-0.4.0/BUILD
   ```




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to