summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2019-03-13 17:36:24 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2019-03-13 17:36:24 +0000
commita0c6078c80e24fe73216772ed744df77820c2eea (patch)
treeab7192e4f11a8a44ccf3e8d49166cb327871a1cb /build
parent2519f0d3f59cb65f29b2832e32c664aee91f72ad (diff)
downloadlibapr-a0c6078c80e24fe73216772ed744df77820c2eea.tar.gz
Silence some leftover noisy trace logic
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1855443 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