]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
script: have run-make.sh honor BUILD_DIR like do_cmake.sh does
authorJohn Mulligan <jmulligan@redhat.com>
Thu, 6 Oct 2022 17:43:41 +0000 (13:43 -0400)
committerKamoltat Sirivadhna <ksirivad@redhat.com>
Fri, 10 Oct 2025 18:05:04 +0000 (18:05 +0000)
commit716ad0af731eb551ea08b8b0edd2e8099b914a4b
tree1c1039364d9a9338e23e3d9a42c5dd1eb4958186
parent67abdf2fd7b17daf3ba3e98de7d757006d907d22
script: have run-make.sh honor BUILD_DIR like do_cmake.sh does

The BUILD_DIR environment variable is honored by do_cmake.sh in order to
create multiple build output directories. Before this change run-make.sh
did not support BUILD_DIR the same way as do_cmake.sh. This change makes
it possible to use BUILD_DIR with run-make.sh.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
(cherry picked from commit 974effaa95ddbc9816a37e382a96e691f4e3cbdd)
(cherry picked from commit 3425674847f7e8500a5dadf6e2e55c9c1866197a)
src/script/run-make.sh