Skip to content

Commit 11950e1

Browse files
committed
echo major build parameters
1 parent 2a46f0b commit 11950e1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

build.sh

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,11 @@ ESC=$(echo -en \\0033)
150150
BOLD="$ESC[1m"
151151
OFF="$ESC[0m"
152152

153+
echo "${BOLD}Building rTorrent $RT_VERSION/$LT_VERSION$OFF"
154+
set_build_env echo '"'
155+
echo "export CFG_OPTS_LT=\"$CFG_OPTS_LT\""
156+
echo "export CFG_OPTS_RT=\"$CFG_OPTS_RT\""
157+
153158

154159
#
155160
# HELPERS
@@ -470,7 +475,8 @@ pkg2deb() { # Package current $PKG_INST_DIR installation
470475
dpkg-deb -I "$DIST_DIR"/*.deb
471476
}
472477

473-
build_everything() { # Go through all build steps
478+
build_everything() {
479+
# Go through all build steps
474480
set_build_env
475481
build_deps
476482
build

0 commit comments

Comments
 (0)