Changeset 6c5a343 for BOOK/final-system
- Timestamp:
- Jan 8, 2011, 6:31:49 PM (14 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 500e787
- Parents:
- f42e5c1
- git-author:
- Joe Ciccone <jciccone@…> (01/08/11 18:08:11)
- git-committer:
- Joe Ciccone <jciccone@…> (01/08/11 18:31:49)
- Location:
- BOOK/final-system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/vim.xml
rf42e5c1 r6c5a343 34 34 </tip> 35 35 36 <para os="a">First, unpack both <filename>vim-&vim-version;.tar.bz2</filename>37 and (optionally) <filename>vim-&vim-version;-lang.tar.gz</filename>38 archives into the same directory.</para>39 40 36 <para os="p1">The following patch merges all updates from the &vim-version; Branch 41 37 from the Vim developers:</para> … … 51 47 <para os="d">Prepare Vim for compilation:</para> 52 48 53 <screen os="e"><userinput> CPPFLAGS="-DUNUSED="./configure \49 <screen os="e"><userinput>./configure \ 54 50 --prefix=/usr --enable-multibyte</userinput></screen> 55 51 -
BOOK/final-system/multilib/vim.xml
rf42e5c1 r6c5a343 28 28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 29 29 href="../common/vim.xml" 30 xpointer="xpointer(//*[@os='a'])"/>31 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"33 href="../common/vim.xml"34 30 xpointer="xpointer(//*[@os='p1'])"/> 35 31 … … 51 47 52 48 <screen os="e"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \ 53 CPPFLAGS="-DUNUSED="./configure --prefix=/usr \49 ./configure --prefix=/usr \ 54 50 --enable-multibyte</userinput></screen> 55 51
Note:
See TracChangeset
for help on using the changeset viewer.