diff options
author | Manoj Kasichainula <manoj@apache.org> | 2000-03-16 00:31:14 +0100 |
---|---|---|
committer | Manoj Kasichainula <manoj@apache.org> | 2000-03-16 00:31:14 +0100 |
commit | be68e3674fce038c1451bd6eece77af87eb22fff (patch) | |
tree | fd27503cc2ffd475ce3fabd9f2188a800e329f30 /buildconf | |
parent | Eliminate implicit usage of access.conf and srm.conf. (diff) | |
download | apache2-be68e3674fce038c1451bd6eece77af87eb22fff.tar.xz apache2-be68e3674fce038c1451bd6eece77af87eb22fff.zip |
Allow arguments to buildconf. Makes cvsclean, etc. a bit easier.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84772 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'buildconf')
-rwxr-xr-x | buildconf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ #!/bin/sh -${MAKE:-make} -f build/build.mk +${MAKE:-make} -f build/build.mk "$@" |