summaryrefslogtreecommitdiffstats
path: root/buildconf
diff options
context:
space:
mode:
authorBen Laurie <ben@apache.org>2000-03-19 18:12:35 +0100
committerBen Laurie <ben@apache.org>2000-03-19 18:12:35 +0100
commit518183d359b290b869a0f6a31375d4e6be0dc330 (patch)
treeac6ea9a156df734470bb144b6dde7277f75b23aa /buildconf
parentIgnore more generated files. (diff)
downloadapache2-518183d359b290b869a0f6a31375d4e6be0dc330.tar.xz
apache2-518183d359b290b869a0f6a31375d4e6be0dc330.zip
Less verbose solution.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84799 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf6
1 files changed, 1 insertions, 5 deletions
diff --git a/buildconf b/buildconf
index 996ba47e52..6bdd58a569 100755
--- a/buildconf
+++ b/buildconf
@@ -3,8 +3,4 @@
BUILD_BASE=`pwd`
export BUILD_BASE
-if [ "x$@" = "x" ]; then
- ${MAKE:-make} -f build/build.mk
-else
- ${MAKE:-make} -f build/build.mk "$@"
-fi
+${MAKE:-make} -f build/build.mk ${1+"$@"}