summarylogtreecommitdiffstats
path: root/add-missing-pgo-rule.patch
diff options
context:
space:
mode:
Diffstat (limited to 'add-missing-pgo-rule.patch')
-rw-r--r--add-missing-pgo-rule.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/add-missing-pgo-rule.patch b/add-missing-pgo-rule.patch
new file mode 100644
index 000000000000..bc30c2a2673b
--- /dev/null
+++ b/add-missing-pgo-rule.patch
@@ -0,0 +1,9 @@
+--- a/Makefile.in 2015-01-23 06:59:53.000000000 +0100
++++ b/Makefile.in 2015-02-11 10:34:04.789389729 +0100
+@@ -323,3 +323,6 @@
+ endif
+
+ # There used to be build interdependencies here. They are now in config/recurse.mk
++
++pgo-profile-run:
++ $(PYTHON) $(topsrcdir)/build/pgo/profileserver.py $(EXTRA_TEST_ARGS)