#!/bin/sh ########################################### EXTRA_PATH_ENV="__extra_path_env__" PROGRESS_F=__progress_f__ PHP_VERSION=__php_version__ PHP_BUILD_DIR=__php_build_dir__ ########################################### PATH=${EXTRA_PATH_ENV}$PATH check_errs() { if [ "${1}" -ne "0" ] ; then echo "**ERROR** ${2}" echo "**ERROR** ${2}" >> ${PROGRESS_F} exit ${1} fi } main_msg() { # write to both stdout and progress echo "${1}" echo "${1}" >> ${PROGRESS_F} } # clear out echo "**MAIN_STATUS** retrieved from ${PROGRESS_F}" > ${PROGRESS_F}
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
buildPHP.php | File | 567 B | 0644 |
|
buildProgress.php | File | 367 B | 0644 |
|
buildStep1.php | File | 1.45 KB | 0644 |
|
buildStep2.php | File | 9.35 KB | 0644 |
|
buildStep3.php | File | 3.46 KB | 0644 |
|
buildStep4.php | File | 4.22 KB | 0644 |
|
build_common.template | File | 565 B | 0644 |
|
build_install.template | File | 4 KB | 0644 |
|
build_install_ext.template | File | 1.72 KB | 0644 |
|
build_manual_run.template | File | 1.05 KB | 0644 |
|
build_prepare.template | File | 5.29 KB | 0644 |
|
build_prepare_ext.template | File | 2.6 KB | 0644 |
|
buildconf.inc.php | File | 1.96 KB | 0644 |
|
buildfunc.inc.php | File | 26.81 KB | 0644 |
|