mirror of
https://github.com/apache/httpd.git
synced 2025-08-20 16:09:55 +00:00

- shared modules can be built in the tree - added support for --with-layout, uses APACI's config.layout - working 'make install' - working 'make depend' - working Pthreads checks - buildconf replaced git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84423 13f79535-47bb-0310-9956-ffa450edef68
6 lines
95 B
Bash
Executable File
6 lines
95 B
Bash
Executable File
#! /bin/sh
|
|
|
|
test -n "$1" && ARG="DISTNAME='$1'"
|
|
|
|
${MAKE:-make} $ARG -f build/build.mk snapshot
|