build: override hardcoded paths to bison and m4 to make the SDK more relocatable
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42300
This commit is contained in:
parent
8686e23873
commit
c541b31e40
3
rules.mk
3
rules.mk
@ -269,6 +269,9 @@ ifeq ($(CONFIG_BUILD_LOG),y)
|
|||||||
BUILD_LOG:=1
|
BUILD_LOG:=1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
export BISON_PKGDATADIR:=$(STAGING_DIR_HOST)/share/bison
|
||||||
|
export M4:=$(STAGING_DIR_HOST)/bin/m4
|
||||||
|
|
||||||
define shvar
|
define shvar
|
||||||
V_$(subst .,_,$(subst -,_,$(subst /,_,$(1))))
|
V_$(subst .,_,$(subst -,_,$(subst /,_,$(1))))
|
||||||
endef
|
endef
|
||||||
|
Loading…
x
Reference in New Issue
Block a user