- make sure to agree on the installation CONFIG_PREFIX

This commit is contained in:
Bernhard Reutner-Fischer 2006-12-13 22:51:37 +00:00
parent 189ccbaf52
commit b3d0f31bdc
2 changed files with 3 additions and 1 deletions

View File

@ -71,6 +71,8 @@ ifeq ($(strip $(BR2_BUSYBOX_VERSION_1_2_2_1)),y)
$(BUSYBOX_DIR)/.config ;
endif
ifeq ($(strip $(BR2_PACKAGE_BUSYBOX_SNAPSHOT)),y)
$(SED) s,^CONFIG_PREFIX=.*,CONFIG_PREFIX=\"$(TARGET_DIR)\", \
$(BUSYBOX_DIR)/.config ;
$(SED) s,^CROSS_COMPILER_PREFIX=.*,CROSS_COMPILER_PREFIX=\"$(TARGET_CROSS)\", \
$(BUSYBOX_DIR)/.config ;
$(SED) s,^PREFIX=.*,CROSS_COMPILER_PREFIX=\"$(TARGET_CROSS)\", \

View File

@ -57,7 +57,7 @@ CONFIG_DEBUG_YANK_SUSv2=y
CONFIG_INSTALL_APPLET_SYMLINKS=y
# CONFIG_INSTALL_APPLET_HARDLINKS is not set
# CONFIG_INSTALL_APPLET_DONT is not set
PREFIX="./_install"
CONFIG_PREFIX="./_install"
#
# Busybox Library Tuning