- Timestamp:
- Jan 31, 2009, 6:40:21 AM (16 years ago)
- Branches:
- master
- Children:
- 0cdbce9
- Parents:
- 3dc3c3e
- Location:
- BOOK
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/shadow.xml
r3dc3c3e r73b1cbb 41 41 42 42 <screen><userinput>cp config.h{,.orig} 43 sed "/PASSWD_PROGRAM/s/passwd/${CLFS_TARGET}-&/" config.h.orig >config.h</userinput></screen>43 sed "/PASSWD_PROGRAM/s/passwd/${CLFS_TARGET}-&/" config.h.orig > config.h</userinput></screen> 44 44 45 45 <para>Compile the package:</para> -
BOOK/final-system/arm/perl.xml
r3dc3c3e r73b1cbb 42 42 <screen os="s2"><userinput>cp -v Makefile.SH{,.orig} 43 43 sed -e "s@pldlflags=''@pldlflags=\"\$cccdlflags\"@g" \ 44 -e "s@static_target='static'@static_target='static_pic'@g" Makefile.SH.orig >Makefile.SH</userinput></screen>44 -e "s@static_target='static'@static_target='static_pic'@g" Makefile.SH.orig > Makefile.SH</userinput></screen> 45 45 46 46 <para os="a">The Cross directory contains a Makefile for cross-compiling:</para> -
BOOK/final-system/common/coreutils.xml
r3dc3c3e r73b1cbb 50 50 51 51 <screen os="s2"><userinput>cp -v src/Makefile.in{,.orig} 52 sed -e "/binPROGRAMS_INSTALL=/s:./ginstall:install:" src/Makefile.in.orig >src/Makefile.in</userinput></screen>52 sed -e "/binPROGRAMS_INSTALL=/s:./ginstall:install:" src/Makefile.in.orig > src/Makefile.in</userinput></screen> 53 53 54 54 <para os="a">Configure can not properly determine how to get free space -
BOOK/final-system/common/gcc.xml
r3dc3c3e r73b1cbb 53 53 54 54 <screen os="e2"><userinput>cp gcc/gccbug.in{,.orig} 55 sed 's/@have_mktemp_command@/yes/' gcc/gccbug.in.orig >gcc/gccbug.in</userinput></screen>55 sed 's/@have_mktemp_command@/yes/' gcc/gccbug.in.orig > gcc/gccbug.in</userinput></screen> 56 56 57 57 <para os="s1">The <command>fixincludes</command> script attempts to "fix" … … 62 62 63 63 <screen os="s2"><userinput>cp gcc/Makefile.in{,.orig} 64 sed 's@\./fixinc\.sh@-c true@' gcc/Makefile.in.orig >gcc/Makefile.in</userinput></screen>64 sed 's@\./fixinc\.sh@-c true@' gcc/Makefile.in.orig > gcc/Makefile.in</userinput></screen> 65 65 66 66 <para os="c">The GCC documentation recommends building GCC outside of the source -
BOOK/final-system/common/gzip.xml
r3dc3c3e r73b1cbb 32 32 <screen os="s2"><userinput>for file in $(grep -lr futimens *); do 33 33 cp -v ${file}{,.orig} 34 sed -e "s/futimens/gl_&/" ${file}.orig >${file}34 sed -e "s/futimens/gl_&/" ${file}.orig > ${file} 35 35 done</userinput></screen> 36 36 -
BOOK/final-system/common/psmisc.xml
r3dc3c3e r73b1cbb 30 30 following tells it that we do:</para> 31 31 32 <screen os="a2"><userinput>echo "ac_cv_func_malloc_0_nonnull=yes" >config.cache32 <screen os="a2"><userinput>echo "ac_cv_func_malloc_0_nonnull=yes" > config.cache 33 33 echo "ac_cv_func_realloc_0_nonnull=yes" >> config.cache</userinput></screen> 34 34 -
BOOK/final-system/common/util-linux-ng.xml
r3dc3c3e r73b1cbb 36 36 <screen><userinput>cp hwclock/hwclock.c{,.orig} 37 37 sed -e 's@etc/adjtime@var/lib/hwclock/adjtime@g' \ 38 hwclock/hwclock.c.orig >hwclock/hwclock.c38 hwclock/hwclock.c.orig > hwclock/hwclock.c 39 39 mkdir -pv ${CLFS}/var/lib/hwclock</userinput></screen> 40 40
Note:
See TracChangeset
for help on using the changeset viewer.