jaydoane commented on code in PR #4340:
URL: https://github.com/apache/couchdb/pull/4340#discussion_r1064033192


##########
configure:
##########
@@ -296,9 +296,10 @@ install_local_rebar() {
         if [ ! -d "${rootdir}/src/rebar" ]; then
             git clone --depth 1 https://github.com/apache/couchdb-rebar.git 
${rootdir}/src/rebar
         fi
-        make -C ${rootdir}/src/rebar
+        cd src/rebar
+        ./bootstrap

Review Comment:
   Can you help me understand why it's preferable to run `bootstrap` explicitly 
when it appears that `make` [should be using bootstrap 
already?](https://github.com/apache/couchdb-rebar/blob/main/Makefile#L8-L9)



-- 
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.

To unsubscribe, e-mail: notifications-unsubscr...@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to