Cross Reference: buildconf
xref
: /
httpd
/
buildconf
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
buildconf revision 96e6cafca226a8a2a64a7bbdc634b5b2679c9e0c
0
N/A
#!/
bin
/
sh
0
N/A
1068
N/A
BUILD_BASE
=
`
pwd
`
0
N/A
export
BUILD_BASE
0
N/A
919
N/A
rm
-f
generated_lists
919
N/A
919
N/A
case
"
`./
config.guess
`
"
in
919
N/A
*
bsdi
*)
919
N/A
./
build
/
bsd_makefile
;;
919
N/A
esac
919
N/A
919
N/A
${
MAKE
:-
make
} -f
build
/
build.mk
${
1
+
"$@"
}
919
N/A