- Timestamp:
- Mar 15, 2009, 12:37:36 PM (16 years ago)
- Branches:
- master
- Children:
- 209436e
- Parents:
- 6f50e7b
- Location:
- BOOK
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/diffutils.xml
r6f50e7b r93a6da3 30 30 <screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 31 31 --prefix=/usr</userinput></screen> 32 33 <para os="s1">Diffutils wants ed as the default editor, the following sed will allow us 34 to use vim:</para> 35 36 <screen os="s2"><userinput>sed -i 's@\(^#define DEFAULT_EDITOR_PROGRAM \).*@\1"vi"@' config.h</userinput></screen> 32 37 33 38 <para os="c">Compile the package:</para> -
BOOK/introduction/common/changelog.xml
r6f50e7b r93a6da3 40 40 <para>March 15, 2009</para> 41 41 <itemizedlist> 42 <listitem> 43 <para>[jciccone] - Diffutils wants ed as a editor. Changed it to Vim.</para> 44 </listitem> 42 45 <listitem> 43 46 <para>[jciccone] - Updated GCC to 4.3.3.</para>
Note:
See TracChangeset
for help on using the changeset viewer.