Changeset a074923 in clfs-sysroot for BOOK/final-system/common
- Timestamp:
- Jul 22, 2007, 4:32:35 AM (17 years ago)
- Branches:
- master
- Children:
- 9568bd5
- Parents:
- 68ed089
- Location:
- BOOK/final-system/common
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/coreutils.xml
r68ed089 ra074923 69 69 70 70 <screen os="j"><userinput>mv -v ${CLFS}/usr/bin/{cat,chgrp,chmod,chown,cp,date} ${CLFS}/bin 71 mv -v ${CLFS}/usr/bin/{dd,df,echo,false,hostname,ln,ls,mkdir ,mknod} ${CLFS}/bin72 mv -v ${CLFS}/usr/bin/{m v,pwd,rm,rmdir,stty,true,uname} ${CLFS}/bin71 mv -v ${CLFS}/usr/bin/{dd,df,echo,false,hostname,ln,ls,mkdir} ${CLFS}/bin 72 mv -v ${CLFS}/usr/bin/{mknod,mv,pwd,rm,rmdir,stty,true,uname} ${CLFS}/bin 73 73 mv -v ${CLFS}/usr/bin/chroot ${CLFS}/usr/sbin</userinput></screen> 74 74 -
BOOK/final-system/common/findutils.xml
r68ed089 ra074923 59 59 scripts in the CLFS-Bootscripts package. As <filename 60 60 class="directory">/usr</filename> may not be available during the early 61 stages of booting, the <command>find</command> binary need to be on 61 stages of booting, the <command>find</command> binary need to be on 62 62 the root partition:</para> 63 63 … … 68 68 69 69 <screen os="k"><userinput>cp ${CLFS}/usr/bin/updatedb{,.orig} 70 sed 's@find:=${BINDIR}@find:=/bin@' ${CLFS}/usr/bin/updatedb.orig > ${CLFS}/usr/bin/updatedb 70 sed 's@find:=${BINDIR}@find:=/bin@' ${CLFS}/usr/bin/updatedb.orig > \ 71 ${CLFS}/usr/bin/updatedb 71 72 rm ${CLFS}/usr/bin/updatedb.orig</userinput></screen> 72 73 -
BOOK/final-system/common/gcc.xml
r68ed089 ra074923 37 37 38 38 <screen os="b"><userinput>cp libiberty/Makefile.in{,.orig} 39 sed 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in.orig > libiberty/Makefile.in</userinput></screen> 39 sed 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in.orig > \ 40 libiberty/Makefile.in</userinput></screen> 40 41 41 42 <para os="e1">GCC provides a <command>gccbug</command> script which detects at … … 101 102 <seglistitem> 102 103 <seg>c++, cc (link to gcc), cpp, g++, gcc, gccbug, and gcov</seg> 103 <seg>libgcc.a, libgcc_eh.a, libgcc_s.so, libmudflap.[a,so], 104 <seg>libgcc.a, libgcc_eh.a, libgcc_s.so, libmudflap.[a,so], 104 105 libmudflapth.[a,so], libstdc++.[a,so], and 105 106 libsupc++.a</seg> -
BOOK/final-system/common/gzip.xml
r68ed089 ra074923 41 41 <para os="g">Now we will move some of utilities to /usr/bin to meet FHS compliance:</para> 42 42 43 <screen os="h"><userinput>mv ${CLFS}/bin/z{egrep,cmp,diff,fgrep,force,grep,less,more,new} ${CLFS}/usr/bin</userinput></screen> 43 <screen os="h"><userinput>mv ${CLFS}/bin/z{egrep,cmp,diff,fgrep,force,grep,less,more,new} \ 44 ${CLFS}/usr/bin</userinput></screen> 44 45 45 46 </sect2> -
BOOK/final-system/common/m4.xml
r68ed089 ra074923 57 57 58 58 <varlistentry id="m4"> 59 <term><command>m4</command></term> 59 <!-- Don't remove the extra space, it prevet a FOP warning. --> 60 <term><command>m4 </command></term> 60 61 <listitem> 61 62 <para>copies the given files while expanding the macros that they -
BOOK/final-system/common/ncurses.xml
r68ed089 ra074923 46 46 <para os="g">Move the Ncurses static libraries to the proper location:</para> 47 47 48 <screen os="h"><userinput>mv -v ${CLFS}/lib/lib{panel,menu,form,ncurses,ncurses++,curses}.a ${CLFS}/usr/lib</userinput></screen> 48 <screen os="h"><userinput>mv -v ${CLFS}/lib/lib{panel,menu,form,ncurses,ncurses++,curses}.a \ 49 ${CLFS}/usr/lib</userinput></screen> 49 50 50 51 <para os="i">Create symlinks in <filename class="directory">/usr/lib:</filename></para> -
BOOK/final-system/common/shadow.xml
r68ed089 ra074923 58 58 <listitem><para>Tells Shadow to install its configuration files into 59 59 /etc, rather than /usr/etc.</para></listitem> 60 </varlistentry> 60 </varlistentry> 61 61 <varlistentry> 62 62 <term><parameter>--without-libpam</parameter></term> … … 123 123 124 124 <screen role="nodump"><userinput>cp ${CLFS}/etc/login.defs login.defs.orig 125 sed 's@DICTPATH.*@DICTPATH\t/lib/cracklib/pw_dict@' login.defs.orig > ${CLFS}/etc/login.defs</userinput></screen> 125 sed 's@DICTPATH.*@DICTPATH\t/lib/cracklib/pw_dict@' login.defs.orig \ 126 > ${CLFS}/etc/login.defs</userinput></screen> 126 127 </note> 127 128
Note:
See TracChangeset
for help on using the changeset viewer.