From cc9169a727b2bbb43707bdf22ac3336b92db2532 Mon Sep 17 00:00:00 2001 From: Wilfredo Sanchez Date: Mon, 25 Nov 2002 04:26:54 +0000 Subject: [PATCH] teeny optimization git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97637 13f79535-47bb-0310-9956-ffa450edef68 --- build/binbuild.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build/binbuild.sh b/build/binbuild.sh index 2d580fc478..54908d4496 100755 --- a/build/binbuild.sh +++ b/build/binbuild.sh @@ -7,13 +7,13 @@ # See http://www.apache.org/docs/LICENSE OS=`./srclib/apr/build/config.guess` -BUILD_DIR="`pwd`/bindist" +APFULLDIR=`pwd` +BUILD_DIR="$APFULLDIR/bindist" DEFAULT_DIR="/usr/local/apache2" -APDIR=`pwd` +APDIR=$APFULLDIR APDIR=`basename $APDIR` -APFULLDIR=`pwd` CONFIGPARAM="--enable-layout=Apache --prefix=$BUILD_DIR --enable-mods-shared=most --with-expat=$APFULLDIR/srclib/apr-util/xml/expat --enable-static-support" -VER=`echo $APDIR |sed s/httpd-//` +VER=`echo $APDIR | sed s/httpd-//` TAR="`srclib/apr/build/PrintPath tar`" GZIP="`srclib/apr/build/PrintPath gzip`" -- 2.40.0