Changeset c7b65c4
- Timestamp:
- Jun 3, 2009, 1:43:27 PM (15 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 7890eae
- Parents:
- e919614
- Location:
- BOOK/temp-system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/coreutils.xml
re919614 rc7b65c4 22 22 <sect2 role="installation"> 23 23 <title>Installation of Coreutils</title> 24 25 <para os="bs1">Coreutils attempts to use the <command>install</command>26 program it just built to perform the install. This will not work if the27 target architecture is incompatible with the host architecture. The28 following command causes the Makefile to use the host's29 <command>install</command> to perform the install:</para>30 31 <screen os="bs2"><userinput>cp -v src/Makefile.in{,.orig}32 sed -e "/binPROGRAMS_INSTALL=/s:./ginstall:install:" src/Makefile.in.orig > src/Makefile.in</userinput></screen>33 24 34 25 <para os="ba">Configure can not properly determine how to get free space -
BOOK/temp-system/multilib/coreutils.xml
re919614 rc7b65c4 22 22 <sect2 role="installation"> 23 23 <title>Installation of Coreutils</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"26 href="../common/coreutils.xml"27 xpointer="xpointer(//*[@os='bs1'])"/>28 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"30 href="../common/coreutils.xml"31 xpointer="xpointer(//*[@os='bs2'])"/>32 24 33 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.