diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-11-12 00:38:18 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-11-12 00:41:02 +0800 |
commit | 0fc1b27b0912a9cd516b8f815d1e3e94c6ac35d0 (patch) | |
tree | 86baedf54e573490c744719a443210a44b244fc7 /chapter04 | |
parent | d18d2850dcb486c7fbad6d0bb9b1a65467069059 (diff) |
move the ln note back to chap 5 glibc
It was moved to chapter 4 during merged-/usr update. However the ln
commands in chapater 4 are "trivial", so move it back to chapter 5 glibc
where we start to use a "different syntactic version" of it.
Diffstat (limited to 'chapter04')
-rw-r--r-- | chapter04/creatingminlayout.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/chapter04/creatingminlayout.xml b/chapter04/creatingminlayout.xml index 50c431324..cc640a450 100644 --- a/chapter04/creatingminlayout.xml +++ b/chapter04/creatingminlayout.xml @@ -30,15 +30,6 @@ case $(uname -m) in x86_64) mkdir -pv $LFS/lib64 ;; esac</userinput></screen> - <note> - <para> - The above command is correct. The <command>ln</command> command has - a few syntactic versions, so be sure to check - <command>info coreutils ln</command> and <filename>ln(1)</filename> - before reporting what you may think is an error. - </para> - </note> - <para>Programs in <xref linkend="chapter-temporary-tools"/> will be compiled with a cross-compiler (more details in section <xref linkend="ch-tools-toolchaintechnotes"/>). In order to separate this |