Changeset 552fb4f for BOOK/final-system


Ignore:
Timestamp:
Jul 21, 2012, 2:49:48 PM (12 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
014a14f
Parents:
4753a72
Message:

Fix 32 bit, n32 bit, and 64 bit final system udev preparation instructions in multilib.

Location:
BOOK/final-system/multilib
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/multilib/udev-64bit.xml

    r4753a72 r552fb4f  
    2626    xpointer="xpointer(//*[@os='a'])"/>
    2727
    28 <screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr \
     28<screen os="b"><userinput>PKG_CONFIG_PATH=${PKG_CONFIG_PATH64} CC="gcc ${BUILD64}" \
     29  ./configure --prefix=/usr \
    2930  --exec-prefix="" --sysconfdir=/etc --libdir=/usr/lib64 \
    3031  --with-usb-ids-path=no --with-pci-ids-path=no \
  • BOOK/final-system/multilib/udev-n32.xml

    r4753a72 r552fb4f  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen os="b"><userinput>CC="gcc ${BUILDN32}"./configure --prefix=/usr \
     29<screen os="b"><userinput>PKG_CONFIG_PATH=${PKG_CONFIG_PATHN32}CC="gcc ${BUILDN32}" \
     30  ./configure --prefix=/usr \
    3031  --exec-prefix="" --sysconfdir=/etc --libdir=/usr/lib32 \
    3132  --with-usb-ids-path=no --with-pci-ids-path=no \
  • BOOK/final-system/multilib/udev.xml

    r4753a72 r552fb4f  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen os="b"><userinput>CC="gcc ${BUILD32}" ./configure --prefix=/usr \
     29<screen os="b"><userinput>PKG_CONFIG_PATH=${PKG_CONFIG_PATH32} CC="gcc ${BUILD32}" \
     30  ./configure --prefix=/usr \
    3031  --exec-prefix="" --sysconfdir=/etc \
    3132  --with-usb-ids-path=no --with-pci-ids-path=no \
Note: See TracChangeset for help on using the changeset viewer.