- move the PROJECT variable setting to a more sensible place
This commit is contained in:
parent
b978dbdc72
commit
1e3c369df8
@ -95,12 +95,6 @@ endif
|
|||||||
# All non-configurable packages should be built in BUILD_DIR
|
# All non-configurable packages should be built in BUILD_DIR
|
||||||
BUILD_DIR:=$(BASE_DIR)/$(TOPDIR_PREFIX)build_$(ARCH)$(ARCH_FPU_SUFFIX)$(TOPDIR_SUFFIX)
|
BUILD_DIR:=$(BASE_DIR)/$(TOPDIR_PREFIX)build_$(ARCH)$(ARCH_FPU_SUFFIX)$(TOPDIR_SUFFIX)
|
||||||
|
|
||||||
# All configurable packages (like Busybox,Linux etc) should be built in PROJECT_BUILD_DIR
|
|
||||||
PROJECT_BUILD_DIR:=$(BASE_DIR)/$(TOPDIR_PREFIX)project_build_$(ARCH)$(ARCH_FPU_SUFFIX)$(TOPDIR_SUFFIX)/$(PROJECT)
|
|
||||||
BINARIES_DIR:=$(BASE_DIR)/binaries/$(PROJECT)
|
|
||||||
TARGET_DIR:=$(PROJECT_BUILD_DIR)/root
|
|
||||||
|
|
||||||
|
|
||||||
GNU_TARGET_SUFFIX:=-$(strip $(subst ",, $(BR2_GNU_TARGET_SUFFIX)))
|
GNU_TARGET_SUFFIX:=-$(strip $(subst ",, $(BR2_GNU_TARGET_SUFFIX)))
|
||||||
#"))
|
#"))
|
||||||
|
|
||||||
|
@ -4,3 +4,9 @@ TARGET_HOSTNAME:=$(strip $(subst ",,$(BR2_HOSTNAME)))
|
|||||||
#"))
|
#"))
|
||||||
BANNER:=$(strip $(subst ",,$(BR2_BANNER)))
|
BANNER:=$(strip $(subst ",,$(BR2_BANNER)))
|
||||||
#"))
|
#"))
|
||||||
|
|
||||||
|
# All configurable packages (like Busybox,Linux etc) should be built
|
||||||
|
# in PROJECT_BUILD_DIR
|
||||||
|
PROJECT_BUILD_DIR:=$(BASE_DIR)/$(TOPDIR_PREFIX)project_build_$(ARCH)$(ARCH_FPU_SUFFIX)$(TOPDIR_SUFFIX)/$(PROJECT)
|
||||||
|
BINARIES_DIR:=$(BASE_DIR)/binaries/$(PROJECT)
|
||||||
|
TARGET_DIR:=$(PROJECT_BUILD_DIR)/root
|
||||||
|
Loading…
Reference in New Issue
Block a user