diff options
author | Manoj Kasichainula <manoj@apache.org> | 2000-03-15 23:31:14 +0000 |
---|---|---|
committer | Manoj Kasichainula <manoj@apache.org> | 2000-03-15 23:31:14 +0000 |
commit | be68e3674fce038c1451bd6eece77af87eb22fff (patch) | |
tree | fd27503cc2ffd475ce3fabd9f2188a800e329f30 /buildconf | |
parent | ad3cb5512812de969f2c1fc148b6a7de21da8c9e (diff) | |
download | httpd-be68e3674fce038c1451bd6eece77af87eb22fff.tar.gz |
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 "$@" |