Author: nbd Date: 2014-08-26 14:15:50 +0200 (Tue, 26 Aug 2014) New Revision: 42300
Modified: trunk/rules.mk Log: build: override hardcoded paths to bison and m4 to make the SDK more relocatable Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/rules.mk =================================================================== --- trunk/rules.mk 2014-08-26 09:36:59 UTC (rev 42299) +++ trunk/rules.mk 2014-08-26 12:15:50 UTC (rev 42300) @@ -269,6 +269,9 @@ BUILD_LOG:=1 endif +export BISON_PKGDATADIR:=$(STAGING_DIR_HOST)/share/bison +export M4:=$(STAGING_DIR_HOST)/bin/m4 + define shvar V_$(subst .,_,$(subst -,_,$(subst /,_,$(1)))) endef _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
