Magellan Linux

Diff of /smage/trunk/extras/php/php-5.6.30-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 9432 by niro, Tue Apr 4 11:57:57 2017 UTC revision 9433 by niro, Tue Apr 4 12:05:32 2017 UTC
# Line 568  src_compile() Line 568  src_compile()
568    
569   # prepare build with the previous run, to save a lot of time   # prepare build with the previous run, to save a lot of time
570   current_run=cgi   current_run=cgi
571     echo "preparing build for '${current_run}'"
572   cp -a ${BUILDDIR}/build-php ${BUILDDIR}/build-${current_run} || die   cp -a ${BUILDDIR}/build-php ${BUILDDIR}/build-${current_run} || die
573   cd ${BUILDDIR}/build-${current_run}   cd ${BUILDDIR}/build-${current_run}
574    
# Line 590  src_compile() Line 591  src_compile()
591    
592   # prepare build with the previous run, to save a lot of time   # prepare build with the previous run, to save a lot of time
593   current_run=apache   current_run=apache
594     echo "preparing build for '${current_run}'"
595   cp -a ${BUILDDIR}/build-php ${BUILDDIR}/build-${current_run} || die   cp -a ${BUILDDIR}/build-php ${BUILDDIR}/build-${current_run} || die
596   cd ${BUILDDIR}/build-${current_run}   cd ${BUILDDIR}/build-${current_run}
597    
# Line 610  src_compile() Line 612  src_compile()
612    
613   # prepare build with the previous run, to save a lot of time   # prepare build with the previous run, to save a lot of time
614   current_run=embedded   current_run=embedded
615     echo "preparing build for '${current_run}'"
616   cp -a ${BUILDDIR}/build-php ${BUILDDIR}/build-${current_run} || die   cp -a ${BUILDDIR}/build-php ${BUILDDIR}/build-${current_run} || die
617   cd ${BUILDDIR}/build-${current_run}   cd ${BUILDDIR}/build-${current_run}
618    
# Line 630  src_compile() Line 633  src_compile()
633    
634   # prepare build with the previous run, to save a lot of time   # prepare build with the previous run, to save a lot of time
635   current_run=pear   current_run=pear
636     echo "preparing build for '${current_run}'"
637   cp -a ${BUILDDIR}/build-php ${BUILDDIR}/build-${current_run} || die   cp -a ${BUILDDIR}/build-php ${BUILDDIR}/build-${current_run} || die
638   cd ${BUILDDIR}/build-${current_run}   cd ${BUILDDIR}/build-${current_run}
639    
# Line 650  src_compile() Line 654  src_compile()
654    
655  # # prepare build with the previous run, to save a lot of time  # # prepare build with the previous run, to save a lot of time
656  # current_run=fpm  # current_run=fpm
657    # echo "preparing build for '${current_run}'"
658  # cp -a ${BUILDDIR}/build-php ${BUILDDIR}/build-${current_run} || die  # cp -a ${BUILDDIR}/build-php ${BUILDDIR}/build-${current_run} || die
659  # cd ${BUILDDIR}/build-${current_run}  # cd ${BUILDDIR}/build-${current_run}
660  #  #

Legend:
Removed from v.9432  
changed lines
  Added in v.9433