Changeset c63dde1 for BOOK/chroot/x86_64
- Timestamp:
 - Jan 31, 2009, 3:06:05 PM (17 years ago)
 - Branches:
 - clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
 - Children:
 - a9a7398
 - Parents:
 - 9ad863d
 - File:
 - 
      
- 1 edited
 
- 
          
  BOOK/chroot/x86_64/flags.xml (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
BOOK/chroot/x86_64/flags.xml
r9ad863d rc63dde1 24 24 variables to prevent any build issues in the future:</para> 25 25 26 <screen><userinput>echo export BUILD32=\""${BUILD32}\"" >> ~/.bash_profile 27 echo export BUILD64=\""${BUILD64}\"" >> ~/.bash_profile 28 echo export CLFS_TARGET32=\""${CLFS_TARGET32}\"" >> ~/.bash_profile</userinput></screen> 26 <screen><userinput>cat >> ${CLFS}/root/.bash_profile << EOF 27 export BUILD32="${BUILD32}" 28 export BUILD64="${BUILD64}" 29 export CLFS_TARGET32="${CLFS_TARGET32}" 30 EOF</userinput></screen> 29 31 30 32 </sect1>  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  