[Python-checkins] bpo-31379: Added $(RUNSHARED) to run_profile_task (#3422)

Xiang Zhang webhook-mailer at python.org
Thu Sep 7 21:56:11 EDT 2017


https://github.com/python/cpython/commit/7dcea4c8769e4f12197646922f399a699c3e2a5a
commit: 7dcea4c8769e4f12197646922f399a699c3e2a5a
branch: 2.7
author: Xiang Zhang <angwerzx at 126.com>
committer: GitHub <noreply at github.com>
date: 2017年09月08日T09:56:06+08:00
summary:
bpo-31379: Added $(RUNSHARED) to run_profile_task (#3422)
files:
M Makefile.pre.in
diff --git a/Makefile.pre.in b/Makefile.pre.in
index d0bb4c1d0e8..16afd9cebe4 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -428,7 +428,7 @@ build_all_generate_profile:
 
 run_profile_task:
 	: # FIXME: can't run for a cross build
-	$(LLVM_PROF_FILE) ./$(BUILDPYTHON) $(PROFILE_TASK) || true
+	$(LLVM_PROF_FILE) $(RUNSHARED) ./$(BUILDPYTHON) $(PROFILE_TASK) || true
 
 build_all_merge_profile:
 	$(LLVM_PROF_MERGER)


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /