summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2019-03-13 17:39:22 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2019-03-13 17:39:22 +0000
commitf6dc49cb9802cd2a6d808aec8748547dd6a3854f (patch)
treeda84de057985291d936dff2f1e7baae9d95b4c3f /build
parent9794fb227a831f403dd0c6b23c087385a3ccf8d6 (diff)
downloadapr-f6dc49cb9802cd2a6d808aec8748547dd6a3854f.tar.gz
Silence some leftover noisy trace logic
Quit redundantly looking up shlibpath_var Backports: 1855443,1855444 git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.7.x@1855445 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rwxr-xr-xbuild/mkdir.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/build/mkdir.sh b/build/mkdir.sh
index c59f03e18..3b730fff1 100755
--- a/build/mkdir.sh
+++ b/build/mkdir.sh
@@ -27,7 +27,6 @@ for file in ${1+"$@"} ; do
continue ;;
esac
if test ! -d "$pathcomp"; then
- echo "mkdir $pathcomp" 1>&2
thiserrstatus=0
mkdir "$pathcomp" || thiserrstatus=$?
# ignore errors due to races if a parallel mkdir.sh already