Changeset 0eb57e6 in clfs-sysroot for BOOK/final-system/common/coreutils.xml
- Timestamp:
- Jan 5, 2009, 2:10:16 AM (17 years ago)
- Branches:
- master
- Children:
- eb170af
- Parents:
- f74898c
- File:
-
- 1 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>
Note:
See TracChangeset
for help on using the changeset viewer.