summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorManoj Kasichainula <manoj@apache.org>2000-03-15 23:31:14 +0000
committerManoj Kasichainula <manoj@apache.org>2000-03-15 23:31:14 +0000
commitbe68e3674fce038c1451bd6eece77af87eb22fff (patch)
treefd27503cc2ffd475ce3fabd9f2188a800e329f30 /buildconf
parentad3cb5512812de969f2c1fc148b6a7de21da8c9e (diff)
downloadhttpd-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-xbuildconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildconf b/buildconf
index 26a0976ae9..4524774bfa 100755
--- a/buildconf
+++ b/buildconf
@@ -1,3 +1,3 @@
#!/bin/sh
-${MAKE:-make} -f build/build.mk
+${MAKE:-make} -f build/build.mk "$@"