docs/overview.txt
changeset 1048 06521debb8ed
parent 1047 0c450efc5e3f
child 1095 a18b17c1ddc5
     1.1 --- a/docs/overview.txt	Sun Nov 16 21:55:46 2008 +0000
     1.2 +++ b/docs/overview.txt	Sun Nov 16 22:19:57 2008 +0000
     1.3 @@ -14,9 +14,9 @@
     1.4  Installing crosstool-NG
     1.5    Install method
     1.6    The hacker's way
     1.7 +  Preparing for packaging
     1.8    Shell completion
     1.9    Contributed code
    1.10 -  Preparing for packaging
    1.11  Configuring crosstool-NG
    1.12    Interesting config options
    1.13    Re-building an existing toolchain
    1.14 @@ -145,6 +145,7 @@
    1.15  simple:
    1.16    ./configure --local
    1.17    make
    1.18 +  make install
    1.19  
    1.20  Now, *do not* remove crosstool-NG sources. They are needed to run crosstool-NG!
    1.21  Stay in the directory holding the sources, and run:
    1.22 @@ -158,6 +159,17 @@
    1.23  
    1.24  and mailing me the result! :-P
    1.25  
    1.26 +Preparing for packaging |
    1.27 +------------------------+
    1.28 +
    1.29 +If you plan on packaging crosstool-NG, you surely don't want to install it
    1.30 +in your root file system. The install procedure of crosstool-NG honors the
    1.31 +DESTDIR variable:
    1.32 +
    1.33 +  ./configure --prefix=/usr
    1.34 +  make
    1.35 +  make DESDTDIR=/packaging/place install
    1.36 +
    1.37  Shell completion |
    1.38  -----------------+
    1.39  
    1.40 @@ -192,17 +204,6 @@
    1.41  version of crosstool-ng, or that it will work at all. Use contributions at
    1.42  your own risk.
    1.43  
    1.44 -Preparing for packaging |
    1.45 -------------------------+
    1.46 -
    1.47 -If you plan on packaging crosstool-NG, you surely don't want to install it
    1.48 -in your root file system. The install procedure of crosstool-NG honors the
    1.49 -DESTDIR variable:
    1.50 -
    1.51 -  ./configure --prefix=/usr
    1.52 -  make
    1.53 -  make DESDTDIR=/packaging/place install
    1.54 -
    1.55  ____________________________
    1.56                             /
    1.57  Configuring crosstool-NG  /