Changeset e74e775 in clfs-sysroot for BOOK/final-system
- Timestamp:
- Apr 11, 2009, 10:47:57 AM (16 years ago)
- Branches:
- master
- Children:
- 6ccdfb4
- Parents:
- e867aad
- Location:
- BOOK/final-system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/arm/perl.xml
re867aad re74e775 40 40 later:</para> 41 41 42 <screen os="s2"><userinput>cp -v Makefile.SH{,.orig} 42 <screen os="s2"><userinput>chmod -v 644 Makefile.SH 43 cp -v Makefile.SH{,.orig} 43 44 sed -e "s@pldlflags=''@pldlflags=\"\$cccdlflags\"@g" \ 44 45 -e "s@static_target='static'@static_target='static_pic'@g" Makefile.SH.orig > Makefile.SH</userinput></screen> -
BOOK/final-system/common/coreutils.xml
re867aad re74e775 33 33 <screen os="p2"><userinput>patch -Np1 -i ../&coreutils-uname-patch;</userinput></screen> 34 34 35 <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 can not be executed by the host system, the build will fail. The following 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> 35 <para os="aa">The following command updates the timestamps on the uname 36 and hostname man pages so that the Makefile does not attempt to regenerate 37 them:</para> 38 39 <screen os="ab"><userinput>touch man/uname.1 man/hostname.1</userinput></screen> 44 40 45 41 <para os="s1">Coreutils attempts to use the <command>install</command>
Note:
See TracChangeset
for help on using the changeset viewer.