Changeset c63dde1 for BOOK/chroot
- Timestamp:
- Jan 31, 2009, 3:06:05 PM (16 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
- Location:
- BOOK/chroot
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/chroot/mips64/flags.xml
r9ad863d rc63dde1 25 25 variables to prevent any build issues in the future:</para> 26 26 27 <screen><userinput>echo export BUILD32=\""${BUILD32}\"" >> ~/.bash_profile 28 echo export BUILDN32=\""${BUILDN32}\"" >> ~/.bash_profile 29 echo export BUILD64=\""${BUILD64}\"" >> ~/.bash_profile 30 echo export CLFS_TARGET32=\""${CLFS_TARGET32}\"" >> ~/.bash_profile</userinput></screen> 27 <screen><userinput>cat >> ${CLFS}/root/.bash_profile << EOF 28 export BUILD32="${BUILD32}" 29 export BUILDN32="${BUILDN32}" 30 export BUILD64="${BUILD64}" 31 export CLFS_TARGET32="${CLFS_TARGET32}" 32 EOF</userinput></screen> 31 33 32 34 </sect1> -
BOOK/chroot/ppc64/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> -
BOOK/chroot/sparc64/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 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
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.