Skip to content

Commit

Permalink
Fix profiledbootstrap.
Browse files Browse the repository at this point in the history
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.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@254150 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
marxin committed Oct 27, 2017
1 parent 1997951 commit 5367a72
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
@@ -1,3 +1,9 @@
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.

2017-10-16 Igor Tsimbalist <igor.v.tsimbalist@intel.com>

* MAINTAINERS (write after approval): Add myself.
Expand Down
4 changes: 2 additions & 2 deletions Makefile.in
Expand Up @@ -57174,8 +57174,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); }; \
Expand Down
4 changes: 2 additions & 2 deletions Makefile.tpl
Expand Up @@ -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); }; \
Expand Down

0 comments on commit 5367a72

Please sign in to comment.