diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-04-28 01:10:23 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-04-28 01:10:23 +0200 |
commit | cd348634e9c69d71a4e942ed21c615f0efbd58f1 (patch) | |
tree | f0b2915b3d4927f8f1869b1bd859be75793fa72e /config/global | |
parent | 336eb8727cd008e3302e1de3c97c27d17dedd248 (diff) | |
download | crosstool-ng-cd348634e9c69d71a4e942ed21c615f0efbd58f1.tar.gz crosstool-ng-cd348634e9c69d71a4e942ed21c615f0efbd58f1.tar.bz2 crosstool-ng-cd348634e9c69d71a4e942ed21c615f0efbd58f1.zip |
config: small help fix up for work dir default
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'config/global')
-rw-r--r-- | config/global/paths.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/global/paths.in b/config/global/paths.in index b97e2580..fcb6360f 100644 --- a/config/global/paths.in +++ b/config/global/paths.in @@ -27,7 +27,7 @@ config WORK_DIR help Set this to the directory where all build actions will be done. - The default is "${CT_TOP_DIR}/targets", and leaving this option + The default is "${CT_TOP_DIR}/.build", and leaving this option empty will also use the default. You should not need to change that, except in one very peculiar |