]> granicus.if.org Git - apache/blob - buildconf
Description of terms used to describe modules in the new (not yet
[apache] / buildconf
1 #!/bin/sh
2
3 BUILD_BASE=`pwd`
4 export BUILD_BASE
5
6 rm -f generated_lists
7
8 case "`./config.guess`" in
9 *bsdi*)
10     ./build/bsd_makefile;;
11 esac
12
13 ${MAKE:-make} -f build/build.mk ${1+"$@"}