Changeset 1a24f05 for BOOK/final-preps


Ignore:
Timestamp:
May 19, 2014, 9:45:33 PM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, master, systemd
Children:
c9f6a00
Parents:
bb748ad
Message:

Replaced separate Build CFLAGS page with unset commands added to clfs user's .bashrc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-preps/settingenviron.xml

    rbb748ad r1a24f05  
    4545LC_ALL=POSIX
    4646PATH=/cross-tools/bin:/bin:/usr/bin
    47 export CLFS LC_ALL PATH</literal>
     47export CLFS LC_ALL PATH
     48unset CFLAGS
     49unset CXXFLAGS</literal>
    4850EOF</userinput></screen>
    4951
     
    8789  tools to build the temp-system in /tools.</para>
    8890
    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
    9095  temporary tools, source the just-created user profile:</para>
    9196
    92 <screen os="l"><userinput>source ~/.bash_profile</userinput></screen>
     97<screen os="m"><userinput>source ~/.bash_profile</userinput></screen>
    9398
    9499</sect1>
Note: See TracChangeset for help on using the changeset viewer.