From: Ben Laurie Date: Sun, 19 Mar 2000 17:12:35 +0000 (+0000) Subject: Less verbose solution. X-Git-Tag: APACHE_2_0_ALPHA_2~58 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=518183d359b290b869a0f6a31375d4e6be0dc330;p=apache Less verbose solution. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84799 13f79535-47bb-0310-9956-ffa450edef68 --- 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+"$@"}