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

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

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_2/NEWS
    U   php/php-src/branches/PHP_5_2/scripts/Makefile.frag

Modified: php/php-src/branches/PHP_5_2/NEWS
===================================================================
--- php/php-src/branches/PHP_5_2/NEWS   2010-07-13 17:24:13 UTC (rev 301243)
+++ php/php-src/branches/PHP_5_2/NEWS   2010-07-13 17:24:44 UTC (rev 301244)
@@ -6,6 +6,8 @@
   (Johannes)
 - Fixed bug #52237 (Crash when passing the reference of the property of a
   non-object). (Dmitry)
+- Fixed bug #52037 (Concurrent builds fail in install-programs) (seanius at
+  debian dot org, Kalle)

 01 Jul 2010, PHP 5.2.14RC2
 - Fixed a possible interruption array leak in strrchr(). Reported by

Modified: php/php-src/branches/PHP_5_2/scripts/Makefile.frag
===================================================================
--- php/php-src/branches/PHP_5_2/scripts/Makefile.frag  2010-07-13 17:24:13 UTC 
(rev 301243)
+++ php/php-src/branches/PHP_5_2/scripts/Makefile.frag  2010-07-13 17:24:44 UTC 
(rev 301244)
@@ -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