Changeset cc16897 for BOOK/temp-system
- Timestamp:
- Jun 3, 2013, 8:32:30 PM (11 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 3c60673
- Parents:
- 48bfbe9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/coreutils.xml
r48bfbe9 rcc16897 23 23 <title>Installation of Coreutils</title> 24 24 25 <para os="aa">The following command updates the timestamps on the uname 26 and hostname man pages so that the Makefile does not attempt to regenerate 27 them:</para> 25 <para os="aa">Apply a sed to allow completion of the build:</para> 28 26 29 <screen os="ab"><userinput>touch man/uname.1 man/hostname.1</userinput></screen> 27 <screen os="ab"><userinput>cp -v Makefile{,.orig} 28 sed -e 's/^#run_help2man\|^run_help2man/#&/' \ 29 -e 's/^\##run_help2man/run_help2man/' Makefile.orig > Makefile</userinput></screen> 30 30 31 31 <para os="ba">Configure can not properly determine how to get free space
Note:
See TracChangeset
for help on using the changeset viewer.