- Timestamp:
- Jul 9, 2009, 8:31:40 PM (15 years ago)
- Branches:
- master
- Children:
- 0818107
- Parents:
- b604539
- Location:
- BOOK
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/coreutils.xml
rb604539 r9e7e74c 41 41 <screen os="ab"><userinput>touch man/uname.1 man/hostname.1</userinput></screen> 42 42 43 <para os="s1">Coreutils attempts to use the <command>install</command>44 program it just built to perform the install. This will not work if the45 target architecture is incompatible with the host architecture. The46 following command causes the Makefile to use the host's47 <command>install</command> to perform the install:</para>48 49 <screen os="s2"><userinput>cp -v src/Makefile.in{,.orig}50 sed -e "/binPROGRAMS_INSTALL=/s:./ginstall:install:" src/Makefile.in.orig > src/Makefile.in</userinput></screen>51 52 43 <para os="a">Configure can not properly determine how to get free space 53 44 when cross-compiling - as a result, the <command>df</command> program will … … 57 48 <screen os="b"><userinput>cat > config.cache << EOF 58 49 fu_cv_sys_stat_statfs2_bsize=yes 50 gl_cv_func_rename_trailing_slash_bug=no 59 51 gl_cv_func_mbrtowc_incomplete_state=yes 60 52 gl_cv_func_mbrtowc_nul_retval=yes -
BOOK/introduction/common/changelog.xml
rb604539 r9e7e74c 40 40 <para>July 9, 2009</para> 41 41 <itemizedlist> 42 <listitem> 43 <para>[jciccone] - Updated Coreutils to 7.4.</para> 44 </listitem> 42 45 <listitem> 43 46 <para>[jciccone] - Updated IPRoute2 to 2.6.29-1.</para> -
BOOK/packages.ent
rb604539 r9e7e74c 48 48 <!ENTITY bzip2-home "http://www.bzip.org"> 49 49 50 <!ENTITY coreutils-version "7. 1">51 <!ENTITY coreutils-size "9, 039KB">50 <!ENTITY coreutils-version "7.4"> 51 <!ENTITY coreutils-size "9,481 KB"> 52 52 <!ENTITY coreutils-url "&gnu;coreutils/coreutils-&coreutils-version;.tar.gz"> 53 <!ENTITY coreutils-md5 "c bb2b3d1718ee1237b808e00b5c11b1e">53 <!ENTITY coreutils-md5 "c52f4f64dda9a245c38e74c09fdd86d2"> 54 54 <!ENTITY coreutils-home "&gnu-software;coreutils"> 55 55
Note:
See TracChangeset
for help on using the changeset viewer.