|
@@ -21,7 +21,7 @@ file <filename>tmp~</filename>. This is done because Glibc can't
|
|
|
autodetect perl since it's not installed yet at the time when we install
|
|
|
Glibc.</para>
|
|
|
|
|
|
-<para><userinput>mv -f tmp~ malloc/Makefile:</userinput> The file
|
|
|
+<para><userinput>mv tmp~ malloc/Makefile:</userinput> The file
|
|
|
<filename>tmp~</filename> is now moved back to
|
|
|
<filename>malloc/Makefile</filename>. We do this because
|
|
|
when using sed, we can't write straight back to this file so we need to
|
|
@@ -35,7 +35,7 @@ because as we don't have glibc on the LFS system yet, usernames can't
|
|
|
be resolved to their user id's. Therefore, we replace the username
|
|
|
root with the id 0. </para>
|
|
|
|
|
|
-<para><userinput>mv -f tmp~ login/Makefile:</userinput> Asabove, we are using a temporary file (<filename>tmp~</filename>) to store the
|
|
|
+<para><userinput>mv tmp~ login/Makefile:</userinput> Asabove, we are using a temporary file (<filename>tmp~</filename>) to store the
|
|
|
edited Makefile and then copying it back over the original.</para>
|
|
|
|
|
|
<para><userinput>--enable-add-ons:</userinput> This enables the add-on that
|
|
@@ -52,7 +52,7 @@ test program to determine this, so it automatically defaults to a
|
|
|
cross-compiler. The reason for the failed program is because Glibc
|
|
|
hasn't been installed yet.</para>
|
|
|
|
|
|
-<para><userinput>mv -f config.make~ config.make:</userinput> Again, we are moving
|
|
|
+<para><userinput>mv config.make~ config.make:</userinput> Again, we are moving
|
|
|
the temporary file over the original.</para>
|
|
|
|
|
|
<para><userinput>exec /bin/bash:</userinput>This command will
|