|
@@ -10,17 +10,17 @@ would do.</para>
|
|
|
|
|
|
<para><screen><userinput>mknod -m 0666 /dev/null c 1 3 &&</userinput>
|
|
|
<userinput>touch /etc/ld.so.conf &&</userinput>
|
|
|
-<userinput>cp -f malloc/Makefile malloc/Makefile.backup &&</userinput>
|
|
|
+<userinput>cp malloc/Makefile malloc/Makefile.backup &&</userinput>
|
|
|
<userinput>sed 's%\$(PERL)%/usr/bin/perl%' malloc/Makefile > tmp~ &&</userinput>
|
|
|
<userinput>mv -f tmp~ malloc/Makefile &&</userinput>
|
|
|
-<userinput>cp -f login/Makefile login/Makefile.backup &&</userinput>
|
|
|
+<userinput>cp login/Makefile login/Makefile.backup &&</userinput>
|
|
|
<userinput>sed 's/root/0/' login/Makefile > tmp~ &&</userinput>
|
|
|
<userinput>mv -f tmp~ login/Makefile &&</userinput>
|
|
|
<userinput>mkdir ../glibc-build &&</userinput>
|
|
|
<userinput>cd ../glibc-build &&</userinput>
|
|
|
<userinput>../glibc-&glibc-version;/configure --prefix=/usr \</userinput>
|
|
|
<userinput> --enable-add-ons --libexecdir=/usr &&</userinput>
|
|
|
-<userinput>cp -f config.make config.make.backup &&</userinput>
|
|
|
+<userinput>cp config.make config.make.backup &&</userinput>
|
|
|
<userinput>sed 's/cross-compiling = yes/cross-compiling = no/' \</userinput>
|
|
|
<userinput> config.make > tmp~ &&</userinput>
|
|
|
<userinput>mv -f tmp~ config.make &&</userinput>
|