Author: rmilecki Date: 2015-09-14 09:40:40 +0200 (Mon, 14 Sep 2015) New Revision: 46906
Modified: trunk/include/toplevel.mk Log: include: toplevel: drop unused OPENWRTVERSION variable Signed-off-by: Rafa?\197?\130 Mi?\197?\130ecki <[email protected]> Modified: trunk/include/toplevel.mk =================================================================== --- trunk/include/toplevel.mk 2015-09-14 06:57:07 UTC (rev 46905) +++ trunk/include/toplevel.mk 2015-09-14 07:40:40 UTC (rev 46906) @@ -20,10 +20,8 @@ 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' _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
