Changeset 1e3cb673 for BOOK/temp-system/common
- 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
- File:
-
- 1 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
Note:
See TracChangeset
for help on using the changeset viewer.