Changeset 01672b8
- Timestamp:
- Nov 12, 2012, 1:25:42 PM (12 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 3d8b4f6
- Parents:
- 5759332
- Location:
- BOOK
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/64/shadow.xml
r5759332 r01672b8 24 24 25 25 <para os="b">Disable the installation of the <command>groups</command> 26 program and its man pages, as Coreutils provides a better version:</para>26 program, as Coreutils provides a better version:</para> 27 27 28 <screen os="c"><userinput>sed -i 's/groups$(EXEEXT) //' src/Makefile.in 29 find man -name Makefile.in -exec sed -i '/groups\.1\.xml/d' '{}' \; 30 find man -name Makefile.in -exec sed -i 's/groups\.1 / /' {} \;</userinput></screen> 28 <screen os="c"><userinput>cp -v src/Makefile.in{,.orig} 29 sed -e 's/groups$(EXEEXT) //' src/Makefile.in.orig > src/Makefile.in</userinput></screen> 31 30 32 31 <para os="t1">The following cache entries set the values for tests that do -
BOOK/boot/common/shadow.xml
r5759332 r01672b8 24 24 25 25 <para os="b">Disable the installation of the <command>groups</command> 26 program and its man pages, as Coreutils provides a better version:</para>26 program, as Coreutils provides a better version:</para> 27 27 28 <screen os="c"><userinput>sed -i 's/groups$(EXEEXT) //' src/Makefile.in 29 find man -name Makefile.in -exec sed -i '/groups\.1\.xml/d' '{}' \; 30 find man -name Makefile.in -exec sed -i 's/groups\.1 / /' {} \;</userinput></screen> 28 <screen os="c"><userinput>cp -v src/Makefile.in{,.orig} 29 sed -e 's/groups$(EXEEXT) //' src/Makefile.in.orig > src/Makefile.in</userinput></screen> 31 30 32 31 <para os="t1">The following cache entries set the values for tests that do -
BOOK/boot/multilib/shadow.xml
r5759332 r01672b8 24 24 25 25 <para os="b">Disable the installation of the <command>groups</command> 26 program and its man pages, as Coreutils provides a better version:</para>26 program, as Coreutils provides a better version:</para> 27 27 28 <screen os="c"><userinput>sed -i 's/groups$(EXEEXT) //' src/Makefile.in 29 find man -name Makefile.in -exec sed -i '/groups\.1\.xml/d' '{}' \; 30 find man -name Makefile.in -exec sed -i 's/groups\.1 / /' {} \;</userinput></screen> 28 <screen os="c"><userinput>cp -v src/Makefile.in{,.orig} 29 sed -e 's/groups$(EXEEXT) //' src/Makefile.in.orig > src/Makefile.in</userinput></screen> 31 30 32 31 <para os="t1">The following cache entries set the values for tests that do -
BOOK/temp-system/common/coreutils.xml
r5759332 r01672b8 48 48 <para os="h1">Coreutils does not build make-prime-list properly and the host cannot execute it. We build it using the host compiler so it can be executed for the generation of data required for the build.</para> 49 49 50 <screen os="h2"><userinput>sed '/src_make_prime_list/d' -i Makefile 50 <screen os="h2"><userinput>cp -v Makefile{,.orig} 51 sed '/src_make_prime_list/d' Makefile.orig > Makefile 51 52 depbase=`echo src/make-prime-list.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 52 53 gcc -std=gnu99 -I. -I./lib -Ilib -I./lib -Isrc -I./src \ … … 61 62 <para os="h3">Remove the building of the hostname man page as it is affected by the previous commands.</para> 62 63 63 <screen os="h4"><userinput>sed -i '/hostname.1/d' -i Makefile</userinput></screen> 64 <screen os="h4"><userinput>cp -v Makefile{,.bak} 65 sed -e '/hostname.1/d' Makefile.bak > Makefile</userinput></screen> 64 66 <!-- End hack --> 65 67 -
BOOK/temp-system/common/vim.xml
r5759332 r01672b8 35 35 following command:</para> 36 36 37 <screen os="s2"><userinput>sed -i "/using uint32_t/s/as_fn_error/#&/" src/auto/configure</userinput></screen> 37 <screen os="s2"><userinput>cp -v src/auto/configure{,.orig} 38 sed "/using uint32_t/s/as_fn_error/#&/" src/auto/configure.orig > src/auto/configure</userinput></screen> 38 39 39 40 <para os="c1">The <command>configure</command> script is full of logic -
BOOK/temp-system/multilib/coreutils.xml
r5759332 r01672b8 53 53 xpointer="xpointer(//*[@os='h1'])"/> 54 54 55 <screen os="h2"><userinput>sed '/src_make_prime_list/d' -i Makefile 55 <screen os="h2"><userinput>cp -v Makefile{,.orig} 56 sed '/src_make_prime_list/d' Makefile.orig > Makefile 56 57 depbase=`echo src/make-prime-list.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ 57 58 gcc -m64 -std=gnu99 -I. -I./lib -Ilib -I./lib -Isrc -I./src \
Note:
See TracChangeset
for help on using the changeset viewer.