mirror of
https://github.com/php/php-src.git
synced 2024-11-24 02:15:04 +08:00
8 lines
108 B
Plaintext
8 lines
108 B
Plaintext
|
#! /bin/sh
|
||
|
|
||
|
if test -n "$1"; then
|
||
|
flags="DISTNAME=$1"
|
||
|
fi
|
||
|
|
||
|
${MAKE:-make} $flags -f build/build.mk snapshot
|