<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">On 10/10/2019 15:21, DELUGE wrote:<br>
</div>
<blockquote type="cite"
cite="mid:HK0PR06MB27404B2CA50C6C2EF6A240EFA0940@HK0PR06MB2740.apcprd06.prod.outlook.com">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="Generator" content="Microsoft Word 15 (filtered
medium)">
<style><!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:等线;
panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
{font-family:"\@等线";
panose-1:2 1 6 0 3 1 1 1 1 1;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
margin-bottom:.0001pt;
text-align:justify;
text-justify:inter-ideograph;
font-size:10.5pt;
font-family:等线;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:#0563C1;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:#954F72;
text-decoration:underline;}
span.EmailStyle17
{mso-style-type:personal-compose;
font-family:等线;
color:windowtext;}
.MsoChpDefault
{mso-style-type:export-only;
font-family:等线;}
/* Page Definitions */
@page WordSection1
{size:612.0pt 792.0pt;
margin:72.0pt 90.0pt 72.0pt 90.0pt;}
div.WordSection1
{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:14.0pt" lang="EN-US">I
have two questions while reading CLFS Embedded.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt" lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt" lang="EN-US">(1)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt" lang="EN-US">On
<a
href="http://clfs.org/view/clfs-embedded/x86/cross-tools/sysroot.html"
moz-do-not-send="true">
http://clfs.org/view/clfs-embedded/x86/cross-tools/sysroot.html</a>,
when execute the command below which folder should be the
current directory in terminal? (Is it ~/ or
${CLFS}/cross-tools/${CLFS_TARGET}/ ?)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt" lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt" lang="EN-US">“ln
-sfv . ${CLFS}/cross-tools/${CLFS_TARGET}/usr”</span></p>
</div>
</blockquote>
<br>
It does not matter: This command links an absolute path <span
style="font-size:14.0pt" lang="EN-US">${CLFS}/cross-tools/${CLFS_TARGET}/usr
to<br>
a relative path ".", but the relative path is relative to the
second argument's directory. So it does not matter</span><span
style="font-size:14.0pt" lang="EN-US"><span
style="font-size:14.0pt" lang="EN-US"> where this command is
issued...<br>
(you may check that this command does what you want by issuing<br>
"ls -l </span></span><span style="font-size:14.0pt"
lang="EN-US">${CLFS}/cross-tools/${CLFS_TARGET}/usr" after issuing
it)<br>
<br>
</span><span style="font-size:14.0pt" lang="EN-US"><span
style="font-size:14.0pt" lang="EN-US"></span></span>
<blockquote type="cite"
cite="mid:HK0PR06MB27404B2CA50C6C2EF6A240EFA0940@HK0PR06MB2740.apcprd06.prod.outlook.com">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:14.0pt" lang="EN-US"><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt" lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt" lang="EN-US">(2)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:14.0pt" lang="EN-US">On
<a
href="http://clfs.org/view/clfs-embedded/x86/materials/patches.html"
moz-do-not-send="true">
http://clfs.org/view/clfs-embedded/x86/materials/patches.html</a>, after
I downloaded iana-etc-2.30-update-2.patch file to
${CLFS}/sources/, what command should I execute to apply
this patch?<o:p></o:p></span></p>
</div>
</blockquote>
<br>
Nothing. The patch will be applied much later in Chapter 5 (section
5.7). It cannot be applied before you unpack the iana-etc tarball
anyway (read again the "Important" notes in 4.1 introduction...)<br>
</body>
</html>