Changeset 4049
- Timestamp:
- 10/12/08 15:04:05 (3 months ago)
- Files:
-
- trunk/BOOK/temp-system/common/coreutils.xml (modified) (1 diff)
- trunk/BOOK/temp-system/multilib/coreutils.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/BOOK/temp-system/common/coreutils.xml
r4012 r4049 30 30 href="../../final-system/common/coreutils.xml" 31 31 xpointer="xpointer(//*[@os='s2'])"/> 32 33 <para os="bs1">Coreutils attempts to use the <command>install</command> 34 program it just built to perform the install. This will not work if the 35 target architecture is incompatible with the host architecture. The 36 following command causes the Makefile to use the hosts 37 <command>install</command> to perform the install:</para> 38 39 <screen os="bs2"><userinput>sed -i "/binPROGRAMS_INSTALL=/s:./ginstall:install:" src/Makefile.in</userinput></screen> 32 40 33 41 <para os="ba">Configure can not properly determine how to get free space trunk/BOOK/temp-system/multilib/coreutils.xml
r3931 r4049 30 30 href="../../final-system/common/coreutils.xml" 31 31 xpointer="xpointer(//*[@os='s2'])"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 34 href="../common/coreutils.xml" 35 xpointer="xpointer(//*[@os='bs1'])"/> 36 37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 38 href="../common/coreutils.xml" 39 xpointer="xpointer(//*[@os='bs2'])"/> 32 40 33 41 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
