summaryrefslogtreecommitdiff
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2017-10-27 15:13:05 +0200
committerMartin Liska <marxin@gcc.gnu.org>2017-10-27 13:13:05 +0000
commit7181cca3d01eee81d445f17716e43309fe301c5a (patch)
tree7f9eb791a3f0640c1140fb9404f16ea9cb6d33eb /Makefile.tpl
parentd49f254a6cf31361212ee5633697a8384419f584 (diff)
Fix profiledbootstrap.
2017-10-27 Martin Liska <mliska@suse.cz> * Makefile.tpl: Use proper name of folder as it was renamed during transition to 4 stages. * Makefile.in: Regenerate. From-SVN: r254150
Diffstat (limited to 'Makefile.tpl')
-rw-r--r--Makefile.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.tpl b/Makefile.tpl
index 5fcd7e358d9..1f23b79b4b2 100644
--- a/Makefile.tpl
+++ b/Makefile.tpl
@@ -1718,8 +1718,8 @@ stageprofile-end::
stagefeedback-start::
@r=`${PWD_COMMAND}`; export r; \
s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
- for i in prev-*; do \
- j=`echo $$i | sed s/^prev-//`; \
+ for i in stageprofile-*; do \
+ j=`echo $$i | sed s/^stageprofile-//`; \
cd $$r/$$i && \
{ find . -type d | sort | sed 's,.*,$(SHELL) '"$$s"'/mkinstalldirs "../'$$j'/&",' | $(SHELL); } && \
{ find . -name '*.*da' | sed 's,.*,$(LN) -f "&" "../'$$j'/&",' | $(SHELL); }; \