summaryrefslogtreecommitdiff
path: root/build/bsd_makefile
diff options
context:
space:
mode:
authorSascha Schumann <sascha@apache.org>2000-09-26 11:24:56 +0000
committerSascha Schumann <sascha@apache.org>2000-09-26 11:24:56 +0000
commit1008581089c052c9d5611cf0e9d6d9eb0de23822 (patch)
tree46f98ae923815ee0035c2f32dd08e35934c6d521 /build/bsd_makefile
parent9b07279c6b0dff9baeac21350da4ca162a381d78 (diff)
downloadhttpd-1008581089c052c9d5611cf0e9d6d9eb0de23822.tar.gz
Redirect stderr to /dev/null to suppress error messages.
Submitted by: Ralf Engelschall <rse@engelschall.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86333 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/bsd_makefile')
-rwxr-xr-xbuild/bsd_makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/bsd_makefile b/build/bsd_makefile
index 22370ccef7..1af9677dbd 100755
--- a/build/bsd_makefile
+++ b/build/bsd_makefile
@@ -60,7 +60,7 @@ test -f build/bsd_makefile || exit 2
test -f bsd_converted && exit 0
-tmpfile=`mktemp /tmp/bsd_makefile.XXXXXX` || tmpfile="tmp.$$"
+tmpfile=`mktemp /tmp/bsd_makefile.XXXXXX 2>/dev/null` || tmpfile="tmp.$$"
for i in build/*.mk; do
sed 's/^include \(.*\)/.include "\1"/' $i >$tmpfile \
&& cp $tmpfile $i