diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-07-02 19:40:54 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-07-02 19:40:54 +0000 |
commit | 9265403b8bfd3c1f20f81a52a3f2c6f7711dffb5 (patch) | |
tree | a1191f479d39cf9db1858fa4ebaee6c9aac68601 /kconfig/Makefile | |
parent | 928ccb1f4172c14c01991ca64783c8ac0aeecbaf (diff) | |
download | crosstool-ng-9265403b8bfd3c1f20f81a52a3f2c6f7711dffb5.tar.gz crosstool-ng-9265403b8bfd3c1f20f81a52a3f2c6f7711dffb5.tar.bz2 crosstool-ng-9265403b8bfd3c1f20f81a52a3f2c6f7711dffb5.zip |
Get rid of eclipse fiels once and for all.
Homogenise the references to crosstool-NG:
- the project is named "crosstool-NG"
- the front-end is named "ct-ng"
- don't use shortcuts (such as "ct-ng" to stand for "crosstool-NG")
Default action is to print help.
Don't speak of make rules when dumping help, just speak of actions.
Diffstat (limited to 'kconfig/Makefile')
-rw-r--r-- | kconfig/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kconfig/Makefile b/kconfig/Makefile index 8604b12a..ee71cca9 100644 --- a/kconfig/Makefile +++ b/kconfig/Makefile @@ -1,5 +1,5 @@ # =========================================================================== -# crosstool-ng configuration targets +# crosstool-NG configuration targets # These targets are used from top-level makefile # Derive the project version from, well, the project version: |