From: rmilecki Date: Mon, 14 Sep 2015 07:40:40 +0000 (+0000) Subject: include: toplevel: drop unused OPENWRTVERSION variable X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=76c08d8d8f9ddefa080028ade980bf44a8e44421 include: toplevel: drop unused OPENWRTVERSION variable Signed-off-by: Rafał Miłecki git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46906 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/include/toplevel.mk b/include/toplevel.mk index ccbc2637d5..70f4691678 100644 --- a/include/toplevel.mk +++ b/include/toplevel.mk @@ -20,10 +20,8 @@ else endif HOSTCC ?= $(CC) -OPENWRTVERSION:=$(RELEASE)$(if $(REVISION), ($(REVISION))) export RELEASE export REVISION -export OPENWRTVERSION export LD_LIBRARY_PATH:=$(subst ::,:,$(if $(LD_LIBRARY_PATH),$(LD_LIBRARY_PATH):)$(TOPDIR)/staging_dir/host/lib) export DYLD_LIBRARY_PATH:=$(subst ::,:,$(if $(DYLD_LIBRARY_PATH),$(DYLD_LIBRARY_PATH):)$(TOPDIR)/staging_dir/host/lib) export GIT_CONFIG_PARAMETERS='core.autocrlf=false'