kalle                                    Tue, 13 Jul 2010 17:24:13 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=301243

Log:
MFT: Fixed bug #52037 (Concurrent builds fail in install-programs) -- Patch by 
Seanius at debian dot org

# Sorry for the non sparse commit, due to a broken co

Bug: http://bugs.php.net/52037 (Assigned) Concurrent builds fail in 
install-programs
      
Changed paths:
    U   php/php-src/branches/PHP_5_3/NEWS
    U   php/php-src/branches/PHP_5_3/scripts/Makefile.frag

Modified: php/php-src/branches/PHP_5_3/NEWS
===================================================================
--- php/php-src/branches/PHP_5_3/NEWS   2010-07-13 17:21:00 UTC (rev 301242)
+++ php/php-src/branches/PHP_5_3/NEWS   2010-07-13 17:24:13 UTC (rev 301243)
@@ -10,6 +10,8 @@
   results and PHP crashes). (Felipe)
 - Fixed bug #52238 (Crash when an Exception occured in iterator_to_array).
   (Johannes)
+- Fixed bug #52037 (Concurrent builds fail in install-programs) (seanius at
+  debian dot org, Kalle)
 - Fixed bug #51697 (Unsafe operations in free_storage of SPL iterators,
   causes crash during shutdown). (Etienne)


Modified: php/php-src/branches/PHP_5_3/scripts/Makefile.frag
===================================================================
--- php/php-src/branches/PHP_5_3/scripts/Makefile.frag  2010-07-13 17:21:00 UTC 
(rev 301242)
+++ php/php-src/branches/PHP_5_3/scripts/Makefile.frag  2010-07-13 17:24:13 UTC 
(rev 301243)
@@ -33,6 +33,7 @@

 install-programs: $(builddir)/phpize $(builddir)/php-config
        @echo "Installing helper programs:       $(INSTALL_ROOT)$(bindir)/"
+       @$(mkinstalldirs) $(INSTALL_ROOT)$(bindir)
        @for prog in $(bin_SCRIPTS); do \
                echo "  program: $(program_prefix)$${prog}$(program_suffix)"; \
                $(INSTALL) -m 755 $(builddir)/$${prog} 
$(INSTALL_ROOT)$(bindir)/$(program_prefix)$${prog}$(program_suffix); \

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to