summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/overview.txt25
1 files changed, 13 insertions, 12 deletions
diff --git a/docs/overview.txt b/docs/overview.txt
index 8492959..a35a6c7 100644
--- a/docs/overview.txt
+++ b/docs/overview.txt
@@ -14,9 +14,9 @@ History
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 @@ If you go the hacker's way, then the usage is a bit different, although very
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 @@ by running:
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 @@ There is no guarantee that a particuliar contribution applies to the current
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 /