From 30b9267e35eea1c2edb4da0231a428bfa25b6766 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Sun, 29 May 2016 12:04:12 +0200 Subject: redirect command stderr to stdout Redirect stderr to stdout for the actual autogen.sh, prepare, compile, install and opkg-build command. This preserves the chronological order of stdout vs. stderr when building packages in parallel with output sync enabled. As a side-effect, the stderr output of these commands won't show up on the console for quiet builds. But most of that is not really useful by itself anyways. And the resulting logfile is more readable now for the rest. Signed-off-by: Michael Olbrich --- scripts/lib/ptxd_make_world_prepare.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/lib/ptxd_make_world_prepare.sh') diff --git a/scripts/lib/ptxd_make_world_prepare.sh b/scripts/lib/ptxd_make_world_prepare.sh index 4914c5e49..ecc896205 100644 --- a/scripts/lib/ptxd_make_world_prepare.sh +++ b/scripts/lib/ptxd_make_world_prepare.sh @@ -140,7 +140,7 @@ ptxd_make_world_prepare() { case "${pkg_conf_tool}" in autoconf|cmake|qmake|kconfig|perl) cd -- "${pkg_build_dir}" && - ptxd_make_world_prepare_"${pkg_conf_tool}" ;; + ptxd_make_world_prepare_"${pkg_conf_tool}" 2>&1 ;; python|python3) : ;; # nothing to do "NO") echo "prepare stage disabled." ;; -- cgit v1.2.3