components/python/python34/patches/05-studio-profile.patch
changeset 2183 5d00686e81da
parent 1953 5c1face45dc8
child 3869 eb4c6284602f
--- a/components/python/python34/patches/05-studio-profile.patch	Wed Oct 29 08:04:59 2014 -0700
+++ b/components/python/python34/patches/05-studio-profile.patch	Wed Oct 29 14:12:28 2014 -0700
@@ -4,9 +4,9 @@
 that the profiling options be used at all steps of the build -- not just
 compilation.  As it is Solaris-specific, it is not suitable for upstream.
 
---- Python-3.4.1/Makefile.pre.in.~2~	2014-05-27 11:00:11.343553051 -0700
-+++ Python-3.4.1/Makefile.pre.in	2014-05-27 11:00:11.424599176 -0700
-@@ -472,30 +472,39 @@
+--- Python-3.4.2/Makefile.pre.in.~2~	2014-09-22 14:03:21.153426271 -0700
++++ Python-3.4.2/Makefile.pre.in	2014-09-22 14:03:21.234552368 -0700
+@@ -477,30 +477,39 @@
  profile-opt:
  	@echo "Building with support for profile generation:"
  	$(MAKE) clean
@@ -51,7 +51,7 @@
  
  coverage-lcov:
  	@echo "Creating Coverage HTML report with LCOV:"
-@@ -556,13 +565,9 @@
+@@ -571,13 +580,9 @@
  # -s, --silent or --quiet is always the first char.
  # Under BSD make, MAKEFLAGS might be " -s -v x=y".
  sharedmods: $(BUILDPYTHON) pybuilddir.txt
@@ -66,7 +66,7 @@
  
  # Build static library
  # avoid long command lines, same as LIBRARY_OBJS
-@@ -1576,7 +1581,7 @@
+@@ -1591,7 +1596,7 @@
  	-rm -f Modules/_testembed Modules/_freeze_importlib
  
  profile-removal: