Changeset c413747 in clfs-sysroot
- Timestamp:
- Nov 7, 2006, 12:53:02 PM (18 years ago)
- Branches:
- master
- Children:
- 7b7ff9a
- Parents:
- 764e320
- Location:
- BOOK/final-system/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/e2fsprogs.xml
r764e320 rc413747 83 83 <screen os="g"><userinput>make</userinput></screen> 84 84 85 <para os="h">Install the binaries and documentation:</para>85 <para os="h">Install the binaries, documentation, and shared libraries:</para> 86 86 87 87 <screen os="i"><userinput>make DESTDIR=${CLFS} install</userinput></screen> 88 88 89 <para os="j">Install the s hared libraries:</para>89 <para os="j">Install the static libraries and headers:</para> 90 90 91 91 <screen os="k"><userinput>make DESTDIR=${CLFS} install-libs</userinput></screen> -
BOOK/final-system/common/man.xml
r764e320 rc413747 39 39 -e 's@-is@&R@g' configure.orig > configure</userinput></screen> 40 40 41 <para os="d">Another <command>sed</command> substitution comments out the 42 <quote>MANPATH /usr/man</quote> and <quote>MANPATH /usr/local/man</quote> 43 lines in the <filename>man.conf</filename> file to prevent redundant 41 <para os="d">Another couple of <command>sed</command> substitutions 42 comment out the <quote>MANPATH /usr/man</quote> and 43 <quote>MANPATH /usr/local/man</quote> lines in the 44 <filename>man.conf</filename> file to prevent redundant 44 45 results when using programs such as <command>whatis</command>:</para> 45 46
Note:
See TracChangeset
for help on using the changeset viewer.