7.15. Build Flags

We will need to copy our BUILD Variables into our new system. So when we boot-up they will be there:

echo export BUILD32=\""${BUILD32}\"" >> ${CLFS}/root/.bash_profile
echo export BUILD64=\""${BUILD64}\"" >> ${CLFS}/root/.bash_profile
echo export CLFS_TARGET32=\""${CLFS_TARGET32}\"" >> ${CLFS}/root/.bash_profile