No comment?

Note that you won't see these artifacts on a same-tree build, but
will be confronted with a slew of them on any new vpath unix build.

On Mon, Feb 26, 2018 at 2:58 PM, William A Rowe Jr <[email protected]> wrote:
> Any objections to
>
> --- build/mkdir.sh (revision 1825390)
> +++ build/mkdir.sh (working copy)
> @@ -38,7 +38,6 @@
>                   continue ;;
>          esac
>          if test ! -d "$pathcomp"; then
> -            echo "mkdir $pathcomp" 1>&2
>              mkdir "$pathcomp" || errstatus=$?
>          fi
>          pathcomp="$pathcomp/"
>
> That action does not rise to the alert severity of error output :-/
>
> Or do we want to retain the notice, not redirecting to stderr?

Reply via email to