diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2016-05-22 11:49:54 +0300 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2016-05-24 13:30:58 +0200 |
commit | 3193053df7d27bde82fbcc310e4404cc43f39313 (patch) | |
tree | 1f092cc3a58adceda9253c9b9e270edd0147b0a0 /include/toplevel.mk | |
parent | 6707d9750aa37df75fc1d5c9e64ab599f608c3a2 (diff) | |
download | upstream-3193053df7d27bde82fbcc310e4404cc43f39313.tar.gz upstream-3193053df7d27bde82fbcc310e4404cc43f39313.tar.bz2 upstream-3193053df7d27bde82fbcc310e4404cc43f39313.zip |
Centralize setting of all version info to include/version.mk
Centralize setting all version information in include/version.mk
* Set RELEASE env variable in include/version.mk instead of toplevel.mk.
Stop exporting the variable.
* Remove hardcoded release name from /etc/banner
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'include/toplevel.mk')
-rw-r--r-- | include/toplevel.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/toplevel.mk b/include/toplevel.mk index 7ef5c6186a..e00a24ab6a 100644 --- a/include/toplevel.mk +++ b/include/toplevel.mk @@ -6,7 +6,6 @@ # See /LICENSE for more information. # -RELEASE:=Designated Driver PREP_MK= OPENWRT_BUILD= QUIET=0 export IS_TTY=$(shell tty -s && echo 1 || echo 0) @@ -20,7 +19,6 @@ else endif HOSTCC ?= $(CC) -export RELEASE export REVISION export GIT_CONFIG_PARAMETERS='core.autocrlf=false' export MAKE_JOBSERVER=$(filter --jobserver%,$(MAKEFLAGS)) |