Less verbose solution.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84799 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ben Laurie
2000-03-19 17:12:35 +00:00
parent a22493c8f6
commit 518183d359

View File

@ -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+"$@"}