diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-08-30 00:30:45 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-08-30 00:30:45 +0200 |
commit | 7628fa7a088a63b8085fffe99e4270df976a1daa (patch) | |
tree | a20605d715d1059099694c0aec6dbb3fba115fcc | |
parent | 015719a12a11d34404b8af7f2231acfb2fc953bb (diff) | |
download | crosstool-ng-7628fa7a088a63b8085fffe99e4270df976a1daa.tar.gz crosstool-ng-7628fa7a088a63b8085fffe99e4270df976a1daa.tar.bz2 crosstool-ng-7628fa7a088a63b8085fffe99e4270df976a1daa.zip |
overview: fix table of content, fix the hacker's way
table of content: add missing entry
the hacker's way: no need to "make install"
-rw-r--r-- | docs/overview.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/overview.txt b/docs/overview.txt index 740ac0ae..ed45d63e 100644 --- a/docs/overview.txt +++ b/docs/overview.txt @@ -24,6 +24,7 @@ Running crosstool-NG Stopping and restarting a build Testing all toolchains at once Overriding the number of // jobs + Note on // jobs Using the toolchain Toolchain types Internals @@ -145,7 +146,6 @@ 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: |