]> granicus.if.org Git - apache/commitdiff
Less verbose solution.
authorBen Laurie <ben@apache.org>
Sun, 19 Mar 2000 17:12:35 +0000 (17:12 +0000)
committerBen Laurie <ben@apache.org>
Sun, 19 Mar 2000 17:12:35 +0000 (17:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84799 13f79535-47bb-0310-9956-ffa450edef68

buildconf

index 996ba47e52e5ecf0ab491fcabd59dad408c40ac6..6bdd58a5696dcdcc188c6ab81be79eb013dab2c2 100755 (executable)
--- 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+"$@"}