1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-29 21:22:10 +03:00
Files
apache/buildconf
Ben Laurie 518183d359 Less verbose solution.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84799 13f79535-47bb-0310-9956-ffa450edef68
2000-03-19 17:12:35 +00:00

7 lines
89 B
Bash
Executable File

#!/bin/sh
BUILD_BASE=`pwd`
export BUILD_BASE
${MAKE:-make} -f build/build.mk ${1+"$@"}