- 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/boot
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/mips64/flags.xml
r9ad863d rc63dde1 13 13 <para>We will need to copy our build variables into our new system:</para> 14 14 15 <screen><userinput>echo export BUILD32=\""${BUILD32}\"" >> ${CLFS}/root/.bash_profile 16 echo export BUILDN32=\""${BUILDN32}\"" >> ${CLFS}/root/.bash_profile 17 echo export BUILD64=\""${BUILD64}\"" >> ${CLFS}/root/.bash_profile 18 echo export CLFS_TARGET32=\""${CLFS_TARGET32}\"" >> \ 19 ${CLFS}/root/.bash_profile</userinput></screen> 15 <screen><userinput>cat >> ${CLFS}/root/.bash_profile << EOF 16 export BUILD32="${BUILD32}" 17 export BUILDN32="${BUILDN32}" 18 export BUILD64="${BUILD64}" 19 export CLFS_TARGET32="${CLFS_TARGET32}" 20 EOF</userinput></screen> 20 21 21 22 </sect1> -
BOOK/boot/sparc64/flags.xml
r9ad863d rc63dde1 13 13 <para>We will need to copy our build variables into our new system:</para> 14 14 15 <screen><userinput>echo export BUILD32=\""${BUILD32}\"" >> ${CLFS}/root/.bash_profile 16 echo export BUILD64=\""${BUILD64}\"" >> ${CLFS}/root/.bash_profile 17 echo export CLFS_TARGET32=\""${CLFS_TARGET32}\"" >> \ 18 ${CLFS}/root/.bash_profile</userinput></screen> 15 <screen><userinput>cat >> ${CLFS}/root/.bash_profile << EOF 16 export BUILD32="${BUILD32}" 17 export BUILD64="${BUILD64}" 18 export CLFS_TARGET32="${CLFS_TARGET32}" 19 EOF</userinput></screen> 19 20 20 21 </sect1> -
BOOK/boot/x86_64/flags.xml
r9ad863d rc63dde1 13 13 <para>We will need to copy our build variables into our new system:</para> 14 14 15 <screen><userinput>echo export BUILD32=\""${BUILD32}\"" >> ${CLFS}/root/.bash_profile 16 echo export BUILD64=\""${BUILD64}\"" >> ${CLFS}/root/.bash_profile 17 echo export CLFS_TARGET32=\""${CLFS_TARGET32}\"" >> \ 18 ${CLFS}/root/.bash_profile</userinput></screen> 15 <screen><userinput>cat >> ${CLFS}/root/.bash_profile << EOF 16 export BUILD32="${BUILD32}" 17 export BUILD64="${BUILD64}" 18 export CLFS_TARGET32="${CLFS_TARGET32}" 19 EOF</userinput></screen> 19 20 20 21 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.