From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: From: Marc Kleine-Budde Date: Wed, 15 Jul 2020 10:43:27 +0200 Message-Id: <20200715084327.30201-4-mkl@pengutronix.de> In-Reply-To: <20200715084327.30201-1-mkl@pengutronix.de> References: <20200715084327.30201-1-mkl@pengutronix.de> MIME-Version: 1.0 Subject: [ptxdist] [PATCH 3/3] ptxd_make_world_common: ptxd_make_world_init: pkg_build_oot: add missing option KEEP to error message List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Cc: Marc Kleine-Budde Fixes: de79ed905942 ("ptxd_make_world_prepare_init: allow keeping the build tree during prepare for oot packages") Signed-off-by: Marc Kleine-Budde --- scripts/lib/ptxd_make_world_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/ptxd_make_world_common.sh b/scripts/lib/ptxd_make_world_common.sh index 9329c317686d..59ab32646dc4 100644 --- a/scripts/lib/ptxd_make_world_common.sh +++ b/scripts/lib/ptxd_make_world_common.sh @@ -406,7 +406,7 @@ ptxd_make_world_init() { case "${pkg_build_oot}" in "YES"|"KEEP") pkg_build_dir="${pkg_dir}-build" ;; "NO") pkg_build_dir="${pkg_conf_dir}" ;; - *) ptxd_bailout "_BUILD_OOT: please set to YES or NO" ;; + *) ptxd_bailout "_BUILD_OOT: please set to KEEP, YES or NO" ;; esac fi -- 2.20.1 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de