Hi.
The revision should be reverted as prev-* is the location
where stagetrain stores all *.gcda files.
I've tested that with PGO on x86_64-linux-gnu.
Ready for trunk?
Thanks,
Martin
ChangeLog:
2019-03-27 Martin Liska <[email protected]>
PR bootstrap/89829
* Makefile.in: Revert r254150.
* Makefile.tpl: Likewise.
---
Makefile.in | 4 ++--
Makefile.tpl | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Makefile.in b/Makefile.in
index 28539a45372..231cc07cc0f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -55960,8 +55960,8 @@ stageprofile-end::
stagefeedback-start::
@r=`${PWD_COMMAND}`; export r; \
s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
- for i in stageprofile-*; do \
- j=`echo $$i | sed s/^stageprofile-//`; \
+ for i in prev-*; do \
+ j=`echo $$i | sed s/^prev-//`; \
cd $$r/$$i && \
{ find . -type d | sort | sed 's,.*,$(SHELL) '"$$s"'/mkinstalldirs "../'$$j'/&",' | $(SHELL); } && \
{ find . -name '*.*da' | sed 's,.*,$(LN) -f "&" "../'$$j'/&",' | $(SHELL); }; \
diff --git a/Makefile.tpl b/Makefile.tpl
index 126296fb49a..54057a0182f 100644
--- a/Makefile.tpl
+++ b/Makefile.tpl
@@ -1759,8 +1759,8 @@ stageprofile-end::
stagefeedback-start::
@r=`${PWD_COMMAND}`; export r; \
s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
- for i in stageprofile-*; do \
- j=`echo $$i | sed s/^stageprofile-//`; \
+ for i in prev-*; do \
+ j=`echo $$i | sed s/^prev-//`; \
cd $$r/$$i && \
{ find . -type d | sort | sed 's,.*,$(SHELL) '"$$s"'/mkinstalldirs "../'$$j'/&",' | $(SHELL); } && \
{ find . -name '*.*da' | sed 's,.*,$(LN) -f "&" "../'$$j'/&",' | $(SHELL); }; \