summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorSascha Schumann <sascha@apache.org>2000-09-22 17:07:47 +0000
committerSascha Schumann <sascha@apache.org>2000-09-22 17:07:47 +0000
commit7cb5b586764dcf8565aa28d531dd718a3e6ad79a (patch)
tree73226bcd6ea076486a3059bff0bdffda446c5101 /buildconf
parent276a2b225782b982e99ac9b9868950878e211a18 (diff)
downloadhttpd-7cb5b586764dcf8565aa28d531dd718a3e6ad79a.tar.gz
Add Convert-to-BSD-Makefiles-On-The-Fly system
Note 1: Only needed for BSD/OS. Note 2: Invent better heuristic (timestamp checks for build/*.mk). Note 3: Conversion is currently one-way Note 4: Don't package on BSD/OS. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86284 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf5
1 files changed, 5 insertions, 0 deletions
diff --git a/buildconf b/buildconf
index 0657e1b947..3e47e77cab 100755
--- a/buildconf
+++ b/buildconf
@@ -5,4 +5,9 @@ export BUILD_BASE
rm -f generated_lists
+case "`./config.guess`" in
+*bsdi*)
+ ./build/bsd_makefile;;
+esac
+
${MAKE:-make} -f build/build.mk ${1+"$@"}