Changeset c3cd569a for BOOK/temp-system
- Timestamp:
- Jun 6, 2009, 11:58:45 AM (15 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- fa0711b
- Parents:
- 167f981
- Location:
- BOOK/temp-system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/vim.xml
r167f981 rc3cd569a 60 60 xpointer="xpointer(//*[@os='d'])"/> 61 61 62 <screen os="e"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 63 --prefix=/tools --enable-multibyte --enable-gui=no \ 64 --disable-gtktest --disable-xim --with-features=normal \ 65 --disable-gpm --without-x --disable-netbeans \ 66 --with-tlib=ncurses</userinput></screen> 62 <screen os="e"><userinput>CPPFLAGS="-DUNUSED=" ./configure \ 63 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 64 --prefix=/tools --enable-multibyte --enable-gui=no \ 65 --disable-gtktest --disable-xim --with-features=normal \ 66 --disable-gpm --without-x --disable-netbeans \ 67 --with-tlib=ncurses</userinput></screen> 67 68 68 69 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/temp-system/multilib/vim.xml
r167f981 rc3cd569a 55 55 xpointer="xpointer(//*[@os='d'])"/> 56 56 57 <screen os="e"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \57 <screen os="e"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" CPPFLAGS="-DUNUSED=" \ 58 58 ./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 59 59 --prefix=/tools --enable-multibyte --enable-gui=no \
Note:
See TracChangeset
for help on using the changeset viewer.