mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00

- added support for externally built modules, - improved support for in-tree shared modules, - fixed diversion bugs, - configure displays some informative messages, - faster static build (libtool isn't used anymore for compiling non-PIC objects), - dependencies comparable to automake's without requiring GNU make or GCC, - working make clean for non-GNU makes.
7 lines
108 B
Bash
Executable file
7 lines
108 B
Bash
Executable file
#! /bin/sh
|
|
|
|
if test -n "$1"; then
|
|
flags="DISTNAME=$1"
|
|
fi
|
|
|
|
${MAKE:-make} $flags -f build/build.mk snapshot
|