- Timestamp:
- Oct 22, 2008, 5:28:38 PM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- d2dc4ae
- Parents:
- 2b770e2d
- Location:
- BOOK/temp-system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/coreutils.xml
r2b770e2d r1e3cb673 44 44 --cache-file=config.cache</userinput></screen> 45 45 46 <para os="m1">When we changed the futimens references, one of the files we47 updated was touch.c. That change means the48 <filename class="directory">man</filename> Makefile will try to49 regenerate the man page for touch, by executing the compiled50 <literal>touch</literal> program. If the target architecture cannot be51 executed by the host system, the build will fail. The following command52 fixes this by giving the man page a newer timestamp than its corresponding53 source file:</para>54 55 <screen os="m2"><userinput>touch man/touch.1</userinput></screen>56 57 46 <para os="bf">Compile the package:</para> 58 47 -
BOOK/temp-system/multilib/coreutils.xml
r2b770e2d r1e3cb673 49 49 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 50 50 href="../common/coreutils.xml" 51 xpointer="xpointer(//*[@os='m1'])"/>52 53 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"54 href="../common/coreutils.xml"55 xpointer="xpointer(//*[@os='m2'])"/>56 57 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"58 href="../common/coreutils.xml"59 51 xpointer="xpointer(//*[@os='bf'])"/> 60 52
Note:
See TracChangeset
for help on using the changeset viewer.