Cross Reference: buildconf
xref
: /
httpd
/
buildconf
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
buildconf revision c15906bab97b9b71b6dc08c1aa2f5c0b72b5ca4e
#!/
bin
/
sh
BUILD_BASE
=
`
pwd
`
export
BUILD_BASE
rm
-f
generated_lists
case
"
`
uname
`
"
in
*
BSD
/
OS
*)
./
build
/
bsd_makefile
;;
esac
${
MAKE
:-
make
} -f
build
/
build.mk
${
1
+
"$@"
}