]> git.apps.os.sepia.ceph.com Git - ceph.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)
committerJohn Mulligan <jmulligan@redhat.com>
Tue, 18 Feb 2025 22:58:08 +0000 (17:58 -0500)
commit3425674847f7e8500a5dadf6e2e55c9c1866197a
tree9efad06a73389a137f1ccd9b738189a1e0dbead0
parent339e5bc62f8e964b65a8283439a845422b2c5c8e
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)
src/script/run-make.sh