X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=rules.mk;h=b1d9926270eb5d74f0e1e90fff2eb16163778d73;hb=08db3e1b859f60cd4668d67f45629e757e8cbfef;hp=41e0ef23437b73b130ed211207b4fb0aec84e9a8;hpb=7a315b0b5d6aa91695853a8647383876e4b49a7a;p=openwrt%2Fstaging%2Fblogic.git diff --git a/rules.mk b/rules.mk index 41e0ef23437b..b1d9926270eb 100644 --- a/rules.mk +++ b/rules.mk @@ -55,6 +55,8 @@ __tr_template = $(__tr_head)$$(1)$(__tr_tail) $(eval toupper = $(call __tr_template,$(chars_lower),$(chars_upper))) $(eval tolower = $(call __tr_template,$(chars_upper),$(chars_lower))) +version_abbrev = $(if $(if $(CHECK),,$(DUMP)),$(1),$(shell printf '%.8s' $(1))) + _SINGLE=export MAKEFLAGS=$(space); CFLAGS:= ARCH:=$(subst i486,i386,$(subst i586,i386,$(subst i686,i386,$(call qstrip,$(CONFIG_ARCH)))))