diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-05-13 19:03:49 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-05-13 19:03:49 +0000 |
commit | 7ed70a00287d20a775654940c291edb6f04b478b (patch) | |
tree | 45249ea8a5151ace9e2f9dceab397430e990e615 /kconfig/Makefile | |
parent | ffabd4408404d70b501f63ab6932e47ca1d6e8c4 (diff) | |
download | crosstool-ng-7ed70a00287d20a775654940c291edb6f04b478b.tar.gz crosstool-ng-7ed70a00287d20a775654940c291edb6f04b478b.tar.bz2 crosstool-ng-7ed70a00287d20a775654940c291edb6f04b478b.zip |
Correctly handle the version string, defined in a single place now.
Fix and update README.
Diffstat (limited to 'kconfig/Makefile')
-rw-r--r-- | kconfig/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kconfig/Makefile b/kconfig/Makefile index ca97748e..7b87a500 100644 --- a/kconfig/Makefile +++ b/kconfig/Makefile @@ -16,6 +16,9 @@ ifneq ($(KBUILD_NO_NLS),) CFLAGS += -DKBUILD_NO_NLS endif +# Derive the project version from, well, the project version: +export PROJECTVERSION=$(CT_VERSION) + menuconfig: $(obj)/mconf @$< $(KCONFIG_TOP) |