Changeset 9c4932e for BOOK/temp-system
- Timestamp:
- Jul 20, 2007, 3:45:37 PM (17 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 8e5183d
- Parents:
- 76a43f9
- Location:
- BOOK/temp-system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/coreutils.xml
r76a43f9 r9c4932e 36 36 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 37 37 38 <para os="bf">Compile the package:</para> 38 <para os="m1">When we changed the futimens references, one of the files we 39 updated was touch.c. That change means the man Makefile will try to 40 regenerate the man page for touch, by executing the compiled 41 <literal>touch</literal> program. If the target architecture cannot be 42 executed by the host system, the build will fail. The following command 43 creates an empty man page which is newer than the C source file.</para> 44 45 <screen os="m2"><userinput>touch man/touch.1</userinput></screen> 46 47 <para os="bf">Compile the package:</para> 39 48 40 49 <screen os="bg"><userinput>make</userinput></screen> -
BOOK/temp-system/multilib/coreutils.xml
r76a43f9 r9c4932e 40 40 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 41 41 href="../common/coreutils.xml" 42 xpointer="xpointer(//*[@os='m1'])"/> 43 44 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 45 href="../common/coreutils.xml" 46 xpointer="xpointer(//*[@os='m2'])"/> 47 48 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 49 href="../common/coreutils.xml" 42 50 xpointer="xpointer(//*[@os='bf'])"/> 43 51
Note:
See TracChangeset
for help on using the changeset viewer.