From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Wed, 16 Jan 2019 13:13:07 +0100 Subject: [Buildroot] [PATCH 1/1] package/dash: Create $(TARGET_DIR)/bin before install In-Reply-To: <20190114035532.23010-1-vadim4j@gmail.com> (Vadim Kochan's message of "Mon, 14 Jan 2019 05:55:32 +0200") References: <20190114035532.23010-1-vadim4j@gmail.com> Message-ID: <87won4er70.fsf@dell.be.48ers.dk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net >>>>> "Vadim" == Vadim Kochan writes: > The build fails because $(TARGET_DIR)/bin folder may not exist if for > example to use the following defconfig: > BR2_x86_64=y > BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_16=y > BR2_SYSTEM_BIN_SH_DASH=y > BR2_TARGET_GENERIC_GETTY_PORT="tty1" > BR2_LINUX_KERNEL=y > BR2_LINUX_KERNEL_CUSTOM_VERSION=y > BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.16.7" > BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y > BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/x86_64/linux.config" > BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y > BR2_PACKAGE_S6_LINUX_INIT=y > BR2_TARGET_ROOTFS_EXT2=y > Signed-off-by: Vadim Kochan Committed after chaning it to use install -D instead, thanks. -- Bye, Peter Korsgaard