Changeset 1013
- Timestamp:
- 2012-07-20T08:09:26+02:00 (10 months ago)
- File:
-
- 1 edited
-
trunk/devel/run (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/devel/run
r1012 r1013 94 94 95 95 case "$type" in 96 reb*)96 phpize) 97 97 if [[ -r Makefile ]]; then 98 98 if make xcachesvnclean; then … … 116 116 117 117 case "$type" in 118 reb*)118 phpize) 119 119 PHPDIRS=${PHPDIRS:-$HOME/test} 120 120 if [[ ! -x $PHPDIRS/$phpbasename/bin/phpize ]]; then … … 133 133 --enable-xcache-coverager \ 134 134 --enable-xcache-test --enable-xcache-constant \ 135 && make clean all136 135 exit 137 136 ;;
Note: See TracChangeset
for help on using the changeset viewer.

