From: Jo-Philipp Wich Date: Sat, 7 Feb 2015 21:01:43 +0000 (+0000) Subject: sdk: rename file to mention target/subtarget and move host system to suffix X-Git-Tag: v15.05~1758 X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=40a1c3314563ca6809e180d7ffc74eb91051e426;hp=4a998150c4e708ab67e48e95032db52f3145e7c4;p=openwrt-github%2F.git sdk: rename file to mention target/subtarget and move host system to suffix Signed-off-by: Jo-Philipp Wich git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44312 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/sdk/Makefile b/target/sdk/Makefile index 9e8749b080..8ae63c4314 100644 --- a/target/sdk/Makefile +++ b/target/sdk/Makefile @@ -12,10 +12,7 @@ include $(INCLUDE_DIR)/version.mk override MAKEFLAGS= -PKG_OS:=$(word 2,$(subst -, ,$(shell $(HOSTCC) -dumpmachine))) -PKG_CPU:=$(word 1,$(subst -, ,$(shell $(HOSTCC) -dumpmachine))) - -SDK_NAME:=OpenWrt-SDK-$(if $(CONFIG_VERSION_FILENAMES),$(VERSION_NUMBER)-)$(BOARD)-for-$(PKG_OS)-$(PKG_CPU)-gcc-$(GCCV)_$(LIBC)-$(LIBCV) +SDK_NAME:=OpenWrt-SDK-$(if $(CONFIG_VERSION_FILENAMES),$(VERSION_NUMBER)-)$(BOARD)$(if $(SUBTARGET),-$(SUBTARGET))_gcc-$(GCCV)$(DIR_SUFFIX).$(HOST_OS)-$(HOST_ARCH) SDK_BUILD_DIR:=$(BUILD_DIR)/$(SDK_NAME) STAGING_SUBDIR_HOST := staging_dir/host