]> granicus.if.org Git - php/commitdiff
MFT: Fixed bug #52037 (Concurrent builds fail in install-programs) -- Patch by Seaniu...
authorKalle Sommer Nielsen <kalle@php.net>
Tue, 13 Jul 2010 17:24:13 +0000 (17:24 +0000)
committerKalle Sommer Nielsen <kalle@php.net>
Tue, 13 Jul 2010 17:24:13 +0000 (17:24 +0000)
# Sorry for the non sparse commit, due to a broken co

NEWS
scripts/Makefile.frag

diff --git a/NEWS b/NEWS
index 9583db633bd3782be692fe91d7b96bd053921c54..b5d0e4ee0bd730abf0e562bb489025d8c1e15fcd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,8 @@ PHP                                                                        NEWS
   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)
 
index 632cbb00d7b0c371cbb1ca76ea00f27633962ebe..00272b02b1a8d30eb55d2b67631fdb2e77db8012 100644 (file)
@@ -33,6 +33,7 @@ install-build:
 
 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); \