From cd416f3e7559cc7f6484cad505267f3b9e041b4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz?= Date: Wed, 29 Apr 2020 19:37:15 +0100 Subject: Designate {debug,release} build as build kind. --- pkgtool.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgtool.sh') diff --git a/pkgtool.sh b/pkgtool.sh index 41a0fde8..958e9e98 100755 --- a/pkgtool.sh +++ b/pkgtool.sh @@ -89,7 +89,7 @@ pkgtoolp_shell() { rtl_log_msg info "Run \$R to rebuild \`%s'." "${_pkg_name}"; rtl_log_msg info "Run \$RS to restart the specified build step of \`%s'" "${_pkg_name}"; rtl_log_msg info "Run \$D to automatically regenerate the patch for \`%s'." "${_pkg_name}"; - export ARCH BUILD \ + export ARCH BUILD_KIND \ BUILD_DLCACHEDIR BUILD_WORKDIR \ MAKE="make LIBTOOL=${PKG_LIBTOOL:-slibtool}" \ MIDIPIX_BUILD_PWD \ @@ -172,7 +172,7 @@ pkgtoolp_update_diff() { }; pkgtool() { - local _rc=0 _status="" BUILD_GROUPS="" ARCH BUILD BUILD_WORKDIR PKGTOOL_PKGNAME PREFIX; + local _rc=0 _status="" BUILD_GROUPS="" ARCH BUILD_KIND BUILD_WORKDIR PKGTOOL_PKGNAME PREFIX; if ! . "${0%/*}/subr/pkgtool_init.subr"; then _rc=1; printf "Error: failed to source \`${0%/*}/subr/pkgtool_init.subr'." >&2; elif ! pkgtool_init "${@}"; then -- cgit v1.2.3