source: BOOK/final-preps/creatingtoolsdir.xml@ 2d152b73

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 2d152b73 was a0b95c2, checked in by Jim Gifford <clfs@…>, 18 years ago

Environment Changes for Sysroot Changes

  • Property mode set to 100644
File size: 1.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-final-preps-creatingtoolsdir">
9 <?dbhtml filename="creatingtoolsdir.html"?>
10
11 <title>Creating the ${CLFS}/tools Directory</title>
12
13 <para>All programs compiled in <xref linkend="chapter-temp-system"/>
14 will be installed under <filename class="directory">${CLFS}/tools</filename>
15 to keep them separate from the programs compiled in <xref
16 linkend="chapter-building-system"/>. The programs compiled here are
17 temporary tools and will not be a part of the final CLFS system. By keeping
18 these programs in a separate directory, they can easily be discarded later
19 after their use. This also prevents these programs from ending up in the
20 host production directories (easy to do by accident in <xref
21 linkend="chapter-temp-system"/>).</para>
22
23 <para>Create the required directory by running the following as
24 <systemitem class="username">root</systemitem>:</para>
25
26<screen><userinput>install -dv ${CLFS}/tools</userinput></screen>
27
28</sect1>
Note: See TracBrowser for help on using the repository browser.