diff options
author | Ben Laurie <ben@apache.org> | 2000-03-19 18:12:35 +0100 |
---|---|---|
committer | Ben Laurie <ben@apache.org> | 2000-03-19 18:12:35 +0100 |
commit | 518183d359b290b869a0f6a31375d4e6be0dc330 (patch) | |
tree | ac6ea9a156df734470bb144b6dde7277f75b23aa /buildconf | |
parent | Ignore more generated files. (diff) | |
download | apache2-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-x | buildconf | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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+"$@"} |