From 518183d359b290b869a0f6a31375d4e6be0dc330 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Sun, 19 Mar 2000 17:12:35 +0000 Subject: [PATCH] Less verbose solution. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84799 13f79535-47bb-0310-9956-ffa450edef68 --- buildconf | 6 +----- 1 file changed, 1 insertion(+), 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+"$@"} -- 2.50.1