Commit 97b99f9c by Jonathan Wakely Committed by Jonathan Wakely

Don't create broken symlink in libstdc++-v3/include/bits

	* include/Makefile.am (stamp-bits-sup): Do not create broken symlink
	to stamp-bits.
	* include/Makefile.in: Regenerate.

From-SVN: r254229
parent 4403d99a
2017-10-30 Jonathan Wakely <jwakely@redhat.com> 2017-10-30 Jonathan Wakely <jwakely@redhat.com>
* include/Makefile.am (stamp-bits-sup): Do not create broken symlink
to stamp-bits.
* include/Makefile.in: Regenerate.
* include/std/fstream (basic_ifstream, basic_ofstream, basic_fstream): * include/std/fstream (basic_ifstream, basic_ofstream, basic_fstream):
Remove outdated comments about calling c_str() to create a file stream Remove outdated comments about calling c_str() to create a file stream
from a std::string. from a std::string.
......
...@@ -1031,7 +1031,7 @@ stamp-bits: ${bits_headers} ...@@ -1031,7 +1031,7 @@ stamp-bits: ${bits_headers}
@$(STAMP) stamp-bits @$(STAMP) stamp-bits
stamp-bits-sup: stamp-bits ${bits_sup_headers} stamp-bits-sup: stamp-bits ${bits_sup_headers}
@-cd ${bits_builddir} && $(LN_S) $? . 2>/dev/null @-cd ${bits_builddir} && $(LN_S) ${bits_sup_headers} . 2>/dev/null
@$(STAMP) stamp-bits-sup @$(STAMP) stamp-bits-sup
stamp-c_base: ${c_base_headers} stamp-c_base: ${c_base_headers}
......
...@@ -1480,7 +1480,7 @@ stamp-bits: ${bits_headers} ...@@ -1480,7 +1480,7 @@ stamp-bits: ${bits_headers}
@$(STAMP) stamp-bits @$(STAMP) stamp-bits
stamp-bits-sup: stamp-bits ${bits_sup_headers} stamp-bits-sup: stamp-bits ${bits_sup_headers}
@-cd ${bits_builddir} && $(LN_S) $? . 2>/dev/null @-cd ${bits_builddir} && $(LN_S) ${bits_sup_headers} . 2>/dev/null
@$(STAMP) stamp-bits-sup @$(STAMP) stamp-bits-sup
stamp-c_base: ${c_base_headers} stamp-c_base: ${c_base_headers}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment