Changeset 01672b8 for BOOK/temp-system/common
- 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/temp-system/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note:
See TracChangeset
for help on using the changeset viewer.