Changeset 1a24f05 for BOOK/final-preps
- Timestamp:
- May 19, 2014, 9:45:33 PM (11 years ago)
- Branches:
- clfs-3.0.0-systemd, master, systemd
- Children:
- c9f6a00
- Parents:
- bb748ad
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-preps/settingenviron.xml
rbb748ad r1a24f05 45 45 LC_ALL=POSIX 46 46 PATH=/cross-tools/bin:/bin:/usr/bin 47 export CLFS LC_ALL PATH</literal> 47 export CLFS LC_ALL PATH 48 unset CFLAGS 49 unset CXXFLAGS</literal> 48 50 EOF</userinput></screen> 49 51 … … 87 89 tools to build the temp-system in /tools.</para> 88 90 89 <para os="k">Finally, to have the environment fully prepared for building the 91 <para os="k">The <envar>CFLAGS</envar> and <envar>CXXFLAGS</envar> should 92 not be set while building the temporary system, so we unset them.</para> 93 94 <para os="l">Finally, to have the environment fully prepared for building the 90 95 temporary tools, source the just-created user profile:</para> 91 96 92 <screen os=" l"><userinput>source ~/.bash_profile</userinput></screen>97 <screen os="m"><userinput>source ~/.bash_profile</userinput></screen> 93 98 94 99 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.