diff -r 0c450efc5e3f -r 06521debb8ed docs/overview.txt --- a/docs/overview.txt Sun Nov 16 21:55:46 2008 +0000 +++ b/docs/overview.txt Sun Nov 16 22:19:57 2008 +0000 @@ -14,9 +14,9 @@ Installing crosstool-NG Install method The hacker's way + Preparing for packaging Shell completion Contributed code - Preparing for packaging Configuring crosstool-NG Interesting config options Re-building an existing toolchain @@ -145,6 +145,7 @@ simple: ./configure --local make + make install Now, *do not* remove crosstool-NG sources. They are needed to run crosstool-NG! Stay in the directory holding the sources, and run: @@ -158,6 +159,17 @@ and mailing me the result! :-P +Preparing for packaging | +------------------------+ + +If you plan on packaging crosstool-NG, you surely don't want to install it +in your root file system. The install procedure of crosstool-NG honors the +DESTDIR variable: + + ./configure --prefix=/usr + make + make DESDTDIR=/packaging/place install + Shell completion | -----------------+ @@ -192,17 +204,6 @@ version of crosstool-ng, or that it will work at all. Use contributions at your own risk. -Preparing for packaging | -------------------------+ - -If you plan on packaging crosstool-NG, you surely don't want to install it -in your root file system. The install procedure of crosstool-NG honors the -DESTDIR variable: - - ./configure --prefix=/usr - make - make DESDTDIR=/packaging/place install - ____________________________ / Configuring crosstool-NG /