Changeset 1b274255 for BOOK/temp-system
- Timestamp:
- Jan 6, 2009, 2:12:15 PM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 0531d7a
- Parents:
- c0f4a6c
- Location:
- BOOK/temp-system
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/bzip2.xml
rc0f4a6c r1b274255 28 28 29 29 <screen os="cb"><userinput>cp -v Makefile{,.orig} 30 sed -e 's@^\(all:.*\) test@\1@g' Makefile.orig >Makefile</userinput></screen>30 sed -e 's@^\(all:.*\) test@\1@g' Makefile.orig > Makefile</userinput></screen> 31 31 32 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/temp-system/common/coreutils.xml
rc0f4a6c r1b274255 30 30 31 31 <screen os="bs2"><userinput>cp -v src/Makefile.in{,.orig} 32 sed -e "/binPROGRAMS_INSTALL=/s:./ginstall:install:" src/Makefile.in.orig >src/Makefile.in</userinput></screen>32 sed -e "/binPROGRAMS_INSTALL=/s:./ginstall:install:" src/Makefile.in.orig > src/Makefile.in</userinput></screen> 33 33 34 34 <para os="ba">Configure can not properly determine how to get free space -
BOOK/temp-system/common/gettext.xml
rc0f4a6c r1b274255 33 33 compilation errors because of this assumption:</para> 34 34 35 <screen os="t2"><userinput>echo "gl_cv_func_wcwidth_works=yes" >config.cache</userinput></screen>35 <screen os="t2"><userinput>echo "gl_cv_func_wcwidth_works=yes" > config.cache</userinput></screen> 36 36 37 37 <para os="c">Prepare Gettext for compilation:</para> -
BOOK/temp-system/common/gzip.xml
rc0f4a6c r1b274255 29 29 <screen os="s2"><userinput>for file in $(grep -lr futimens *); do 30 30 cp -v ${file}{,.orig} 31 sed -e "s/futimens/gl_&/" ${file}.orig >${file}31 sed -e "s/futimens/gl_&/" ${file}.orig > ${file} 32 32 done</userinput></screen> 33 33 -
BOOK/temp-system/multilib/bzip2.xml
rc0f4a6c r1b274255 30 30 <screen os="m2"><userinput>cp -v Makefile{,.orig} 31 31 sed -e 's@^\(all:.*\) test@\1@g' \ 32 -e 's@/lib\(/\| \|$\)@/lib64\1@g' Makefile.orig >Makefile</userinput></screen>32 -e 's@/lib\(/\| \|$\)@/lib64\1@g' Makefile.orig > Makefile</userinput></screen> 33 33 34 34 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/temp-system/native/bzip2.xml
rc0f4a6c r1b274255 28 28 29 29 <screen os="cb"><userinput>cp -v Makefile{,.orig} 30 sed -e 's@^\(all:.*\) test@\1@g' Makefile.orig >Makefile</userinput></screen>30 sed -e 's@^\(all:.*\) test@\1@g' Makefile.orig > Makefile</userinput></screen> 31 31 32 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/temp-system/native/coreutils.xml
rc0f4a6c r1b274255 30 30 31 31 <screen os="bs2"><userinput>cp -v src/Makefile.in{,.orig} 32 sed -e "/binPROGRAMS_INSTALL=/s:./ginstall:install:" src/Makefile.in.orig >src/Makefile.in</userinput></screen>32 sed -e "/binPROGRAMS_INSTALL=/s:./ginstall:install:" src/Makefile.in.orig > src/Makefile.in</userinput></screen> 33 33 34 34 <para os="ba">Configure can not properly determine how to get free space -
BOOK/temp-system/native/gcc.xml
rc0f4a6c r1b274255 51 51 <screen os="ce"><userinput>cp -v gcc/cppdefault.c{,.orig} 52 52 sed -e '/#define STANDARD_INCLUDE_DIR/s@"/usr/include"@0@g' \ 53 gcc/cppdefault.c.orig >gcc/cppdefault.c</userinput></screen>53 gcc/cppdefault.c.orig > gcc/cppdefault.c</userinput></screen> 54 54 55 55 <para os="cf">Also, we need to set the directory searched by the fixincludes … … 58 58 <screen os="cg"><userinput>cp -v gcc/Makefile.in{,.orig} 59 59 sed -e 's@\(^NATIVE_SYSTEM_HEADER_DIR =\).*@\1 /tools/include@g' \ 60 gcc/Makefile.in.orig >gcc/Makefile.in</userinput></screen>60 gcc/Makefile.in.orig > gcc/Makefile.in</userinput></screen> 61 61 62 62 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/temp-system/native/gettext.xml
rc0f4a6c r1b274255 33 33 compilation errors because of this assumption:</para> 34 34 35 <screen os="t2"><userinput>echo "gl_cv_func_wcwidth_works=yes" >config.cache</userinput></screen>35 <screen os="t2"><userinput>echo "gl_cv_func_wcwidth_works=yes" > config.cache</userinput></screen> 36 36 37 37 <para os="c">Prepare Gettext for compilation:</para> -
BOOK/temp-system/native/gzip.xml
rc0f4a6c r1b274255 29 29 <screen os="s2"><userinput>for file in $(grep -lr futimens *); do 30 30 cp -v ${file}{,.orig} 31 sed -e "s/futimens/gl_&/" ${file}.orig >${file}31 sed -e "s/futimens/gl_&/" ${file}.orig > ${file} 32 32 done</userinput></screen> 33 33 -
BOOK/temp-system/native64/bzip2.xml
rc0f4a6c r1b274255 30 30 <screen os="m2"><userinput>cp -v Makefile{,.orig} 31 31 sed -e 's@^\(all:.*\) test@\1@g' \ 32 -e 's@/lib\(/\| \|$\)@/lib64\1@g' Makefile.orig >Makefile</userinput></screen>32 -e 's@/lib\(/\| \|$\)@/lib64\1@g' Makefile.orig > Makefile</userinput></screen> 33 33 34 34 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/temp-system/native64/gcc.xml
rc0f4a6c r1b274255 69 69 <screen os="db"><userinput>cp -v gcc/Makefile.in{,.orig2} 70 70 sed -e "/MULTILIBS/s@\$(GCC_FOR_TARGET)@/cross-tools/bin/${CC}@g" \ 71 gcc/Makefile.in.orig2 >gcc/Makefile.in</userinput></screen>71 gcc/Makefile.in.orig2 > gcc/Makefile.in</userinput></screen> 72 72 73 73 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/temp-system/x86_64/gcc.xml
rc0f4a6c r1b274255 69 69 <screen os="db"><userinput>cp -v gcc/Makefile.in{,.orig2} 70 70 sed -e "/MULTILIBS/s@\$(GCC_FOR_TARGET)@/cross-tools/bin/${CC}@g" \ 71 gcc/Makefile.in.orig2 >gcc/Makefile.in</userinput></screen>71 gcc/Makefile.in.orig2 > gcc/Makefile.in</userinput></screen> 72 72 73 73 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.