]> granicus.if.org Git - apache/commitdiff
Allow arguments to buildconf. Makes cvsclean, etc. a bit easier.
authorManoj Kasichainula <manoj@apache.org>
Wed, 15 Mar 2000 23:31:14 +0000 (23:31 +0000)
committerManoj Kasichainula <manoj@apache.org>
Wed, 15 Mar 2000 23:31:14 +0000 (23:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84772 13f79535-47bb-0310-9956-ffa450edef68

buildconf

index 26a0976ae9a63ef5b56da7f6968ee7e8ba21a494..4524774bfad7d1ed39a5d45f1ae6a1cb4becca39 100755 (executable)
--- a/buildconf
+++ b/buildconf
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-${MAKE:-make} -f build/build.mk
+${MAKE:-make} -f build/build.mk "$@"