mirror of
https://github.com/apache/httpd.git
synced 2025-08-16 17:04:42 +00:00

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84799 13f79535-47bb-0310-9956-ffa450edef68
7 lines
89 B
Bash
Executable File
7 lines
89 B
Bash
Executable File
#!/bin/sh
|
|
|
|
BUILD_BASE=`pwd`
|
|
export BUILD_BASE
|
|
|
|
${MAKE:-make} -f build/build.mk ${1+"$@"}
|