projects
/
openwrt
/
staging
/
ldir.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcee359
)
include: toplevel: drop unused OPENWRTVERSION variable
author
Rafał Miłecki
<
[email protected]
>
Mon, 14 Sep 2015 07:40:40 +0000
(07:40 +0000)
committer
Rafał Miłecki
<
[email protected]
>
Mon, 14 Sep 2015 07:40:40 +0000
(07:40 +0000)
Signed-off-by: Rafał Miłecki <
[email protected]
>
SVN-Revision: 46906
include/toplevel.mk
patch
|
blob
|
history
diff --git
a/include/toplevel.mk
b/include/toplevel.mk
index ccbc2637d5ca64dbd0195cf4de29c3e8064d167e..70f4691678b35e114f0c002260e49af8c3e58e23 100644
(file)
--- 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'