Changeset b02e3b3 for BOOK/final-system/common
- Timestamp:
- Jun 6, 2009, 1:14:04 AM (15 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- bd01f75
- Parents:
- 569d13f5
- Location:
- BOOK/final-system/common
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/autoconf.xml
r569d13f5 rb02e3b3 36 36 <para os="e">To test the results, issue: 37 37 <userinput>make check VERBOSE=yes</userinput>. 17 tests are skipped that use 38 Automake and Different GCC Languages. For full test coverage, Autoconf can be re-tested after39 Automake has been installed.</para>38 Automake and different GCC languages. For full test coverage, Autoconf can 39 be re-tested after Automake has been installed.</para> 40 40 41 41 <para os="f">Install the package:</para> -
BOOK/final-system/common/gzip.xml
r569d13f5 rb02e3b3 46 46 <screen os="g"><userinput>make install</userinput></screen> 47 47 48 <para os="h">Now we will move some of the utilities to /usr/bin to meet FHS compliance:</para> 48 <para os="h">Now we will move some of the utilities to 49 <filename class="directory">/usr/bin</filename> to meet FHS compliance:</para> 49 50 50 51 <screen os="i"><userinput>mv -v /bin/z{egrep,cmp,diff,fgrep,force,grep,less,more,new} /usr/bin</userinput></screen> -
BOOK/final-system/common/less.xml
r569d13f5 rb02e3b3 52 52 <screen os="h"><userinput>make install</userinput></screen> 53 53 54 <para os="i">Move less to /bin:</para> 54 <para os="i">Move <command>less</command> to 55 <filename class="directory">/bin</filename>:</para> 55 56 56 57 <screen os="j"><userinput>mv -v /usr/bin/less /bin</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.