Changeset 0eb57e6 in clfs-sysroot
- Timestamp:
- Jan 5, 2009, 2:10:16 AM (16 years ago)
- Branches:
- master
- Children:
- eb170af
- Parents:
- f74898c
- Location:
- BOOK/final-system/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/coreutils.xml
rf74898c r0eb57e6 33 33 <screen os="p2"><userinput>patch -Np1 -i ../&coreutils-uname-patch;</userinput></screen> 34 34 35 <para os="aa"> When the uname patch and the sed above were applied. The36 source files for uname and touch were updated. Because they have a newer37 timestamp then the man pagesthe <filename>Makefile</filename> is going to38 try to regenerate the man page s. If executables for the target architecture35 <para os="aa">The above patch modifies the source code for 36 <command>uname</command>. Because it now has a newer timestamp then 37 its man page, the <filename>Makefile</filename> is going to 38 try to regenerate the man page. If executables for the target architecture 39 39 can not be executed by the host system, the build will fail. The following 40 command fixes this by giving the two man pages a newer timestamp then their41 co oresponding source files:</para>42 43 <screen os="ab"><userinput>touch man/uname.1 man/touch.1 man/hostname.1</userinput></screen>40 command fixes this by giving the man page a newer timestamp then its 41 corresponding source file:</para> 42 43 <screen os="ab"><userinput>touch man/uname.1</userinput></screen> 44 44 45 45 <para os="s1">Coreutils attempts to use the <command>install</command> -
BOOK/final-system/common/pkgmgt.xml
rf74898c r0eb57e6 21 21 22 22 <para>Some reasons why no specific package manager is recommended in 23 CLFS or BLFS include:</para>23 CLFS or CBLFS include:</para> 24 24 25 25 <itemizedlist> … … 44 44 45 45 <para>A Package Manager makes it easy to upgrade to newer versions when they 46 are released. Generally the instructions in the CLFS and BLFS Bookcan be46 are released. Generally the instructions in CLFS and CBLFS can be 47 47 used to upgrade to the newer versions. Here are some points that you should 48 48 be aware of when upgrading packages, especially on a running system.</para>
Note:
See TracChangeset
for help on using the changeset viewer.