NEWS for recent DTrace merges.

Remove redundant 'cp' during DTrace install.
This commit is contained in:
Christopher Jones 2013-08-05 15:38:36 -07:00
parent 3bbe5931bc
commit 47d66a0b4e
2 changed files with 5 additions and 1 deletions

4
NEWS
View file

@ -9,6 +9,10 @@ PHP NEWS
. Fixed bug #65291 (get_defined_constants() causes PHP to crash in a very . Fixed bug #65291 (get_defined_constants() causes PHP to crash in a very
limited case). (Arpad) limited case). (Arpad)
. Improve fix for bug #63186 (compile failure on netbsd). (Matteo) . Improve fix for bug #63186 (compile failure on netbsd). (Matteo)
. Fixed bug #61268 (--enable-dtrace leads make to clobber
Zend/zend_dtrace.d) (Chris Jones)
. Cherry picked some DTrace build commits (allowing builds on Linux,
bug 62691, and bug 63706) from PHP 5.5 branch
- Session: - Session:
. Fixed bug #62129 (rfc1867 crashes php even though turned off). (gxd305 at . Fixed bug #62129 (rfc1867 crashes php even though turned off). (gxd305 at

View file

@ -2969,7 +2969,7 @@ dnl in GNU Make which causes the .d file to be overwritten (Bug 61268)
$abs_srcdir/$ac_provsrc:; $abs_srcdir/$ac_provsrc:;
$ac_bdir[$]ac_hdrobj: $abs_srcdir/$ac_provsrc $ac_bdir[$]ac_hdrobj: $abs_srcdir/$ac_provsrc
CFLAGS="\$(CFLAGS_CLEAN)" dtrace -h -C -s $ac_srcdir[$]ac_provsrc -o \$[]@ && cp \$[]@ \$[]@.bak && \$(SED) 's,PHP_,DTRACE_,g' \$[]@.bak > \$[]@ CFLAGS="\$(CFLAGS_CLEAN)" dtrace -h -C -s $ac_srcdir[$]ac_provsrc -o \$[]@.bak && \$(SED) 's,PHP_,DTRACE_,g' \$[]@.bak > \$[]@
\$(PHP_DTRACE_OBJS): $ac_bdir[$]ac_hdrobj \$(PHP_DTRACE_OBJS): $ac_bdir[$]ac_hdrobj