Diff for /embedaddon/php/Makefile.global between versions 1.1.1.2 and 1.1.1.4

version 1.1.1.2, 2012/05/29 12:34:34 version 1.1.1.4, 2014/06/15 20:03:40
Line 10  all: $(all_targets)  Line 10  all: $(all_targets) 
         @echo "Build complete."          @echo "Build complete."
         @echo "Don't forget to run 'make test'."          @echo "Don't forget to run 'make test'."
         @echo          @echo
        
 build-modules: $(PHP_MODULES) $(PHP_ZEND_EX)  build-modules: $(PHP_MODULES) $(PHP_ZEND_EX)
   
 build-binaries: $(PHP_BINARIES)  build-binaries: $(PHP_BINARIES)
Line 113  clean: Line 113  clean:
         find . -name \*.la -o -name \*.a | xargs rm -f           find . -name \*.la -o -name \*.a | xargs rm -f 
         find . -name \*.so | xargs rm -f          find . -name \*.so | xargs rm -f
         find . -name .libs -a -type d|xargs rm -rf          find . -name .libs -a -type d|xargs rm -rf
           find . -name \*.1 | xargs rm -f
         rm -f libphp$(PHP_MAJOR_VERSION).la $(SAPI_CLI_PATH) $(OVERALL_TARGET) modules/* libs/*          rm -f libphp$(PHP_MAJOR_VERSION).la $(SAPI_CLI_PATH) $(OVERALL_TARGET) modules/* libs/*
   
 distclean: clean  distclean: clean
        rm -f Makefile config.cache config.log config.status Makefile.objects Makefile.fragments libtool main/php_config.h stamp-h sapi/apache/libphp$(PHP_MAJOR_VERSION).module buildmk.stamp        rm -f Makefile config.cache config.log config.status Makefile.objects Makefile.fragments libtool main/php_config.h stamp-h sapi/apache/libphp$(PHP_MAJOR_VERSION).module buildmk.stamp Zend/zend_dtrace_gen.h Zend/zend_dtrace_gen.h.bak
         $(EGREP) define'.*include/php' $(top_srcdir)/configure | $(SED) 's/.*>//'|xargs rm -f          $(EGREP) define'.*include/php' $(top_srcdir)/configure | $(SED) 's/.*>//'|xargs rm -f
   
 .PHONY: all clean install distclean test  .PHONY: all clean install distclean test

Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>