From 7181cca3d01eee81d445f17716e43309fe301c5a Mon Sep 17 00:00:00 2001 From: Martin Liska Date: Fri, 27 Oct 2017 15:13:05 +0200 Subject: Fix profiledbootstrap. 2017-10-27 Martin Liska * Makefile.tpl: Use proper name of folder as it was renamed during transition to 4 stages. * Makefile.in: Regenerate. From-SVN: r254150 --- Makefile.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.tpl') 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); }; \ -- cgit v1.2.3