summaryrefslogtreecommitdiff
path: root/build/binbuild.sh
diff options
context:
space:
mode:
authorLars Eilebrecht <lars@apache.org>1999-03-19 22:57:30 +0000
committerLars Eilebrecht <lars@apache.org>1999-03-19 22:57:30 +0000
commit5a00f048632a6dafd91fc80488672ec11d84c769 (patch)
tree712387c63f9ed9d155bb8a0c13b4c948df176c3b /build/binbuild.sh
parentdcac303440b649373dc7809896f3807d2fe02a10 (diff)
downloadhttpd-5a00f048632a6dafd91fc80488672ec11d84c769.tar.gz
Add option to let the user specify an email address.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82943 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/binbuild.sh')
-rwxr-xr-xbuild/binbuild.sh15
1 files changed, 12 insertions, 3 deletions
diff --git a/build/binbuild.sh b/build/binbuild.sh
index 8bfa4cf708..d359a528a7 100755
--- a/build/binbuild.sh
+++ b/build/binbuild.sh
@@ -7,15 +7,21 @@
# See http://www.apache.org/docs/LICENSE
+CONFIGPARAM="--with-layout=BinaryDistribution --enable-module=most --enable-shared=max"
APDIR=`pwd`
APDIR=`basename $APDIR`
VER=`echo $APDIR |sed s/apache_//`
OS=`src/helpers/GuessOS`
-USER="`src/helpers/buildinfo.sh -n %u@%h%d`"
TAR="`src/helpers/PrintPath tar`"
GTAR="`src/helpers/PrintPath gtar`"
GZIP="`src/helpers/PrintPath gzip`"
-CONFIGPARAM="--with-layout=BinaryDistribution --enable-module=most --enable-shared=max"
+
+if [ x$1 != x ]
+then
+ USER=$1
+else
+ USER="`src/helpers/buildinfo.sh -n %u@%h%d`"
+fi
if [ ! -f ./ABOUT_APACHE ]
then
@@ -59,7 +65,10 @@ then
exit 1;
fi
-echo "Binary images successfully created..."
+echo "Binary image successfully created..."
+
+./bindist/bin/httpd -v
+
echo "Creating supplementary files..."
( echo " " && \